Go to file
manuelkamp 95b4191b1f
Update README.md
2019-04-14 11:04:29 +02:00
.gitignore Initial commit 2019-04-14 10:40:18 +02:00
LICENSE Initial commit 2019-04-14 10:40:18 +02:00
README.md Update README.md 2019-04-14 11:04:29 +02:00

README.md

Mk0.Tools.SQLiteTools

(C) 2019 mk0.at

Connect to SQLite DB Usage: SQLiteConnection sql; sql.SQLiteConnect(fileName);

Disconnect from SQLite DB Usage: sql.SQLiteDisconnect();

Disconnect from SQLite DB with VACCUM before disconnection Usage: sql.SQLiteDisconnect(true);

Execute Query in SQLite DB (all but INSERTs) Usage: sql.SQLiteExecute("query");