From 192e079c2e3454b41103d3fef2cc9af956437902 Mon Sep 17 00:00:00 2001 From: Andre Barboza Date: Fri, 30 Dec 2016 09:59:14 +0700 Subject: development/libodb-mysql: Added (MySQL library for ODB c++ ORM). Signed-off-by: Willy Sudiarto Raharjo --- development/libodb-mysql/README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 development/libodb-mysql/README (limited to 'development/libodb-mysql/README') diff --git a/development/libodb-mysql/README b/development/libodb-mysql/README new file mode 100644 index 0000000000..ab119b383f --- /dev/null +++ b/development/libodb-mysql/README @@ -0,0 +1,18 @@ +ODB is an open-source, 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. + +The ODB system consists of several packages. The essential packages +are the ODB compiler (odb), the common runtime library (libodb), +and the database-specific runtime library (libodb-). +For example, if you are planning to use MySQL, then the set of +packages that you will need would be: odb, libodb, and libodb-mysql. -- cgit v1.2.3