kjk / dbworkbench

Database workbench for Mac and Windows
MIT License
5 stars 1 forks source link

sqlite support #94

Open kjk opened 8 years ago

kjk commented 8 years ago

Add client_sqlite.go similar to client_pg.go and client_mysql.go.

There already is sqlite client for Go. Since sqlite databases are local, needs to change connection window to select a file from filesystem. The url will be file path.