xenoinc / SQLiteAdmin

SQLite Administrator. A query editor first approach! Written in C# and open source.
https://www.xenoinc.com
GNU General Public License v3.0
7 stars 3 forks source link

Merge Feature/Proto-SQLiteConn into develop #23

Closed DamianSuess closed 4 years ago

DamianSuess commented 4 years ago

Performs a basic connection to SQLite db and executes via ExecuteReader. Also addresses SQLite's updated Password functionality.

Out of Scope

Parsing of the commands to determine which execution to utilize;