是否有一个“对象数据库”? SQL 或 MySQL 等的插件?
我想知道 SQL Server 2008(或 MySQL 等)是否有一个“对象数据库”插件层。我已经习惯使用 db4o(一个对象数据库),您可以使用单个命令将任何对象的内容写入数据库,而不必担心繁琐地创建数据库模式(LINQ-to-Entities 风格)。
我确信可以做到这一点 - 是否有任何插件允许您使用单个命令(无表设置)将 .NET 对象直接写入数据库,然后使用 LINQ 查询这些对象?
I'm wondering if there is an "object database" addon layer for SQL server 2008 (or MySQL, etc). Ive become used to using db4o (an object database), where you can write the contents of any object(s) to the database with a single command, without worrying about ponderously creating the database schema, LINQ-to-Entities style.
I'm sure its possible to do this - is there any addon which allows you to write a .NET object straight to a database, with a single command (no table setup), then query these objects with LINQ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅如何在不创建大缓冲区的情况下将大型 .NET 对象图序列化为 SQL Server BLOB?
See How to I serialize a large graph of .NET object into a SQL Server BLOB without creating a large buffer?