mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 17:56:13 -04:00
Installation instructions
This commit is contained in:
parent
501c91e18f
commit
ae14bf71e9
@ -52,11 +52,14 @@ And following IDEs/Compilers
|
|||||||
- the SQLite library, either by linking to it dynamicaly or staticaly (libsqlite3-dev under Linux),
|
- the SQLite library, either by linking to it dynamicaly or staticaly (libsqlite3-dev under Linux),
|
||||||
or by adding its source file in your project code base (source code provided in src/sqlite3 for Windows).
|
or by adding its source file in your project code base (source code provided in src/sqlite3 for Windows).
|
||||||
|
|
||||||
To use it in your project, you only need to add the 10 SQLiteC++ source files
|
### Installation:
|
||||||
in your project code base (not the main.cpp example file).
|
|
||||||
|
To use this wrappers, you need to add the 10 SQLiteC++ source files from the src/ directory
|
||||||
|
in your project code base, and compile/link against the sqlite library.
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
### About SQLite:
|
### About SQLite:
|
||||||
|
|
||||||
SQLite is a library that implements a serverless transactional SQL database engine.
|
SQLite is a library that implements a serverless transactional SQL database engine.
|
||||||
It is the most widely deployed SQL database engine in the world.
|
It is the most widely deployed SQL database engine in the world.
|
||||||
The source code for SQLite is in the public domain.
|
The source code for SQLite is in the public domain.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user