DynORM

From Free Software Directory
 
Jump to: navigation, search


[edit]

DynORM

https://dynorm.codeplex.com/
Dynamic object-relation mapping library

DynORM is an open source project which develop a new ORM (object-relational mapping) that can work with relational data (tables and its records) which structure (set of fields, its type, set of constraints etc) can be changed in run-time. “Dyn” for that reasons stands for “dynamic”). DynORM is written on C# and available with its source code (and the demo program that comes with it too).

DynORM is a very young and small ORM system, but it has the following advantages:

   it allows change structure of tables it work with at run-time easily;
   it allows work with databases without any configuration files;
   it can work with different RDBMS engines (since it's very young project at the moment it can work with MSSQL and PostgreSQL. Support of other RDBMS will be added in few nearest relases);
   although it doesn't need any configuration file which describes structure of tables it works with, it's possible to retrieve structure of data and data itself and serialize/deserialize it to/from xml;
   just because DynORM can serialize/deserialize structure of tables and its records and because DynORM supports several RDBMS it can be used to easily deploy datastructure among servers with different database engines. Serialized structure of tables described in CLR datatypes. Mapping to appropriate datatypes used in every particular RDBMS done by DynORM.





Licensing

License

Verified by

Verified on

Notes

License

GPLv3

Verified by

IanK

Verified on

11 November 2016




Leaders and contributors

Resources and communication

Software prerequisites

KindDescription
Required to use.NET 4




Entry














Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.