将数据库驱动的应用程序放在 Codeplex 上的最佳方式是什么?
我主要是一名 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为发布脚本来创建数据库并填充任何所需的数据就足够了。我认为人们获得 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.
为什么不提供全部三个呢?如果您可以找到托管数据库的位置,那么制作架构脚本并包含数据库文件就很简单。我使用的项目很简单,有一个创建脚本。
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.