如何使用 SQLite.NET 设计器 Visual Studio 加载项

发布于 2024-08-05 23:52:57 字数 138 浏览 3 评论 0原文

我已经安装了 SQLite.NET,并在安装过程中选中了有关设计时支持的框,这应该是我可以用来对数据库建模的 Visual Studio 插件。

但是,我似乎无法找到如何打开/启动这个设计器。有人可以发布一个简单的说明吗?

谢谢。

I've installed SQLite.NET and during the installation I checked the boxes about design-time support, which should be a Visual Studio add-in I can use to model databases.

However, I can't seem to find out how to open/start this designer. Could anyone post a simple instruction please.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情何以堪。 2024-08-12 23:52:57

我相信这个附加组件等于 http://sqlite.phxsoftware.com/ 上描述的功能:
“Visual Studio 2005/2008 设计时支持
您可以将 SQLite 连接添加到服务器资源管理器、使用查询设计器创建查询、将表拖放到类型化数据集中等等! SQLite 的设计器适用于完整版本的 Visual Studio 2005/2008,包括 VS2005 Express 版本。
* 新功能 您可以在 Visual Studio Server Explorer 中以交互方式创建/编辑视图、表、索引、外键、约束和触发器!”
我认为这只是关于通过 SQLite 使用 VS 的常见数据库相关功能的能力。

I believe this add-on equals the feature described on http://sqlite.phxsoftware.com/:
"Visual Studio 2005/2008 Design-Time Support
You can add a SQLite connection to the Server Explorer, create queries with the query designer, drag-and-drop tables onto a Typed DataSet and more! SQLite's designer works on full editions of Visual Studio 2005/2008, including VS2005 Express Editions.
* NEW You can create/edit views, tables, indexes, foreign keys, constraints and triggers interactively within the Visual Studio Server Explorer!"
I think it's just about the ability to use the common database-related features of VS with SQLite.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文