是否有任何迁移工具可与 SQL Server CE 4.0 配合使用?
我正在寻找像 FluentMigrator 或 Tarantino 这样可以与 SQL CE 一起使用的工具。看来两者都没有。
I'm looking for a tool like FluentMigrator or Tarantino that will work with SQL CE. It appears that neither of those do.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MIgrator.NET 是一个开源库。我已经用它来进行 SQL CE 的迁移,但也可能是我自己编写了 SQLCE 驱动程序。
MIgrator.NET is an opensource library. I've used it to do migrations for SQL CE, but it could be that I've written the SQLCE driver myself.