28cb4f6709
SQLiteC++ offers an encapsulation arround the native C APIs of SQLite, with a few intuitive and well documented C++ class. It is designed using the Resource Acquisition Is Initialization (RAII) idom, and throwing exceptions in case of SQLite errors (exept in destructors, where assert() are used instead). Each SQLiteC++ object must be constructed with a valid SQLite database connection, and then is always valid until destroyed.
17 lines
569 B
Text
17 lines
569 B
Text
@comment $NetBSD: PLIST,v 1.1 2018/04/15 01:05:48 minskim Exp $
|
|
include/SQLiteCpp/Assertion.h
|
|
include/SQLiteCpp/Backup.h
|
|
include/SQLiteCpp/Column.h
|
|
include/SQLiteCpp/Database.h
|
|
include/SQLiteCpp/Exception.h
|
|
include/SQLiteCpp/SQLiteCpp.h
|
|
include/SQLiteCpp/Statement.h
|
|
include/SQLiteCpp/Transaction.h
|
|
include/SQLiteCpp/VariadicBind.h
|
|
lib/cmake/SQLiteCpp/SQLiteCppConfig-noconfig.cmake
|
|
lib/cmake/SQLiteCpp/SQLiteCppConfig.cmake
|
|
lib/libSQLiteCpp.a
|
|
share/doc/SQLiteCpp/CHANGELOG.txt
|
|
share/doc/SQLiteCpp/LICENSE.txt
|
|
share/doc/SQLiteCpp/README.md
|
|
share/doc/SQLiteCpp/TODO.txt
|