Go to file
Manuel Kamper 23c1c6292d reorganize 2019-04-14 17:55:15 +02:00
Mk0.Tools.SQLiteTools reorganize 2019-04-14 17:55:15 +02:00
.gitattributes initial 2019-04-14 13:51:03 +02:00
.gitignore changed to nuget 2019-04-14 17:49:31 +02:00
LICENSE Update LICENSE 2019-04-14 16:37:32 +02:00
Mk0.Tools.SQLiteTools.sln reorganize 2019-04-14 17:55:15 +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");