FE for SQLlite?

Anyone have any good open source solutions as a front-end for creating databases, etc, in SQLite? I just want something to make it fast to design tables, normalize, etc, etc,… IF there is such a critter?
Thanks again.

Try https://duckduckgo.com/?q=sqlite+ide+open+source or what I use is https://www.sqlabs.com/sqlitemanager which is made with Xojo and worth the money.

I hope this helps. Good luck!

  • 1 for sqlite manager

I use one called Database .Net https://fishcodelib.com/Database.htm which works really well. Not only does it have a nice IDE for managing just about any database out there but it will allow you to convert between any database format that it supports, which is a bunch!