Object-Relational Mapping: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
 
1.ORM definition
== ODB is an open-source, ==
2.overview
cross-platform, and cross-database object-relational mapping (ORM) system for C++. It allows you to persist C++ objects to a relational database without having to deal with tables, columns, or SQL and without manually writing any mapping code. ODB supports MySQL, SQLite, PostgreSQL, Oracle, and Microsoft SQL Server relational databases as well as C++98/03 and C++11 language standards. It also comes with optional profiles for Boost and Qt which allow you to seamlessly use value types, containers, and smart pointers from these libraries in your persistent C++ classes.
3.Orm architecture and framework
4.comparison with traditional methods
5.simple example illustrate ORM
6.ORM language
7.ORM tools
(7ex).comparison between ORM tools
8. ORM advantage and disadvantage
9. DB Support
10.See also
11. Reference
12. external links

Revision as of 15:05, 13 September 2014

1.ORM definition 2.overview 3.Orm architecture and framework 4.comparison with traditional methods 5.simple example illustrate ORM 6.ORM language 7.ORM tools (7ex).comparison between ORM tools 8. ORM advantage and disadvantage 9. DB Support 10.See also 11. Reference 12. external links