将数据库驱动的应用程序放在 Codeplex 上的最佳方式是什么?

发布于 2024-08-24 15:43:14 字数 169 浏览 4 评论 0原文

我主要是一名 ASP.NET 开发人员,我希望将一些项目转移到 Codeplex 并向社区开放。我的大多数应用程序都是数据库驱动的,因此我面临着应该如何处理数据库的问题。我应该发布架构并期望贡献者构建/托管他们自己的数据库吗?我应该在项目中包含数据库文件吗?我应该找到一种方法来托管社区数据库吗?

你的想法?

I'm primarily an ASP.NET developer and I'm hoping to move a few projects to Codeplex and open them up to the community. Most of my applications are database-driven, so I'm faced with the question of how I should deal with the database. Should I post the schema and expect contributors to build/host their own database? Should I include a database file in the project? Should I find a way to host a community database?

Your thoughts?

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

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

发布评论

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

评论(2

瞄了个咪的 2024-08-31 15:43:14

我认为发布脚本来创建数据库并填充任何所需的数据就足够了。我认为人们获得 SQL Server Express 或其他一些免费数据库并托管自己的数据库副本并不过分。

I think posting scripts to create the database, and populate any needed data would be sufficient. I don't think it's too much to expect for people to get SQL Server Express, or some other free database, and host their own copy of the database.

情绪 2024-08-31 15:43:14

为什么不提供全部三个呢?如果您可以找到托管数据库的位置,那么制作架构脚本并包含数据库文件就很简单。我使用的项目很简单,有一个创建脚本。

Why not offer all three? If you can find a place to host the database, making the schema scripts and including the DB file is simple. The projects I have used simple have a create script.

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