Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do you know any SQLite visual develoment tool? [closed]

Tags:

sqlite

Do you know about any visual development tool such as Microsoft Access or FileMaker but that uses SQlite as database engine?

I'm looking for a Windows desktop software (or easy programming language) with which I can build a database application that uses SQLite.

Thank you.

like image 778
Nicero Avatar asked Nov 06 '11 18:11

Nicero


2 Answers

I find sqlitebrowser in first of google search result.

You can download it from here: http://sqlitebrowser.org/

Some important features:

  • Free
  • Open source
  • Many platform support (windows, mac, linux)
  • Recently updated
  • Simple
  • Lightweight

screenshot sqlitebrowser

like image 117
Nabi K.A.Z. Avatar answered Oct 20 '22 11:10

Nabi K.A.Z.


Take a look at SQLite Studio.

Screenshot of the SQLite Studio client

The project is maintained since 2007 (as of 2018). It's multiplatform, feature rich and can be extended by plugins.

Full history is available if you feel like curious.

like image 4
smonff Avatar answered Oct 20 '22 10:10

smonff