This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Development > libodb-sqlite (2.4.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.

This requires: libodb

Maintained by: Andre Barboza
Keywords: orm,c++,database,sql,mysql,sqlite,postgresql,oracle,sql server,qt,boost
ChangeLog: libodb-sqlite

Homepage:
https://www.codesynthesis.com/products/odb/

Source Downloads:
libodb-sqlite-2.4.0.tar.bz2 (4415627849cd7d9f5dac7a160b245d4c)

Download SlackBuild:
libodb-sqlite.tar.gz
libodb-sqlite.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds