You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
Mk0.Tools.SQLiteTools | 3 years ago | |
.gitattributes | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
Mk0.Tools.SQLiteTools.sln | 3 years ago | |
README.md | 3 years ago |
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");