diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2022-02-16 20:10:33 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-17 12:59:52 +0700 |
commit | b69cc3de96a9da07171ff76f8265b7eb7a75ed82 (patch) | |
tree | 8a9a1eb5ed13e9d9c016ed6ca435767631097632 /development/odb/README | |
parent | bcaf34e7407dac0aa2a62f6e2134bacc0333e8ea (diff) |
development/odb: Removed (abandoned).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/odb/README')
-rw-r--r-- | development/odb/README | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/development/odb/README b/development/odb/README deleted file mode 100644 index ab119b383f973..0000000000000 --- a/development/odb/README +++ /dev/null @@ -1,18 +0,0 @@ -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-<database>). -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. |