Skip to content

unofficial repo of libodb, cmake build for use in our projects

License

Notifications You must be signed in to change notification settings

PotatoBite/libodb-sqlite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ODB is an object-relational mapping (ORM) system for C++. It provides
tools, APIs, and library support that allow you to persist C++ objects
to a relational database (RDBMS) without having to deal with tables,
columns, or SQL and without manually writing any of the mapping code.
For more information see:

http://www.codesynthesis.com/products/odb/

This package contains the SQLite ODB runtime library. Every application
that includes code generated for the SQLite database will need to link
to this library.

See the NEWS file for the user-visible changes from the previous release.

See the LICENSE file for distribution conditions.

See the INSTALL file for prerequisites and installation instructions.

Send questions, bug reports, or any other feedback to the
[email protected] mailing list.

About

unofficial repo of libodb, cmake build for use in our projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 39.5%
  • C 33.6%
  • Shell 19.5%
  • Makefile 5.8%
  • M4 1.1%
  • CMake 0.5%