Description
LiteSQL is a C++ library that integrates C++ objects tightly to relational database and thus provides an object persistence layer.
LiteSQL supports SQLite3, PostgreSQL and MySQL as backends. LiteSQL creates tables, indexes and sequences to database and upgrades schema when needed.
LiteSQL provides object relations, in addition to object persistence which can be used to model any kind of C++ data structures. Objects can be selected, filtered and ordered using template- and class-based API with type checking at compile time.
User Reviews for LiteSQL FOR LINUX 1
-
LiteSQL FOR LINUX is a powerful C++ library for seamless integration with relational databases. Its object relations and persistence features are impressive.