Hi Folks.
I’m wondering what everyone uses for a FE to SQL lite? I realize of course we can use code, but I want to develop as if I’m using a Database manager. Then, use xojo to do crud operations with it’s data tools.
Any good FE’s for SQL lite?
Thanks
Tim
Personally I love TADPOLE (full disclosure, I am the author as well)
SQLiteManager is very good (also built using Xojo, I believe).
DataGrip from JetBrains also connects to SQLite.
I use both. Hope that helps.
[quote=445663:@Scott Cadillac]SQLiteManager is very good (also built using Xojo, I believe).
DataGrip from JetBrains also connects to SQLite.
I use both. Hope that helps.[/quote]
Same here.
[quote=445661:@Dave S]Personally I love TADPOLE (full disclosure, I am the author as well)
http://www.rdS.com/tadpole/[/quote]
That the website isnt functional after over half a year is
not a good first impression (and I seriously dislike that green duckfrog). Come on, Dave, you can get the basics (informative text with a few screenshots) done in a few hours, so get cracking
DataGrip
@Dave
Even not much on the page, I like the clean and smart style!
Navicat… one crossplatform tool to rule them all…
use it for the last 14 years
make your own, you will learn a lot, and it will exactly fit your needs.
Open Source:
https://sqlitebrowser.org/
To pay:
MesaSQLite
@Dave S did this for you, but @Jean-Yves Pochez makes a point.
and Jean-Luc is not alone doing so
@Jean-Yves Pochez this music list makes you more likeable, at least for me
you’re talking about the music content or the user interface ?
music content is not mine, it’s the chinook database …
You will need a Xojo based front end if you need to access Xojo encrypted databases.
It is not compatible with the open source SQLCipher encryption.
[quote=445893:@John A Knight, Jr]You will need a Xojo based front end if you need to access Xojo encrypted databases.
It is not compatible with the open source SQLCipher encryption.[/quote]
SQLiteManager from SQLabs can handle xojo encrypted db
[quote=445893:@John A Knight, Jr]You will need a Xojo based front end if you need to access Xojo encrypted databases.
It is not compatible with the open source SQLCipher encryption.[/quote]
So can Tadpole
Thanks everyone. Now I’ll have to try each of them and see what I like best…
Thanks again. You folks rock.
Tim
Dave,
Thanks for the link. Is it freeware or ? I just downloaded it, but didn’t see any info? Thanks in advance.
Tim
[quote=445661:@Dave S]Personally I love TADPOLE (full disclosure, I am the author as well)