Is there a SQLite client for Linux that I can use in KDE or Gnome?
Linux SQLite client?
Started by Hektor, Nov 18 2008 06:21 AM
12 replies to this topic
#1
Posted 18 November 2008 - 06:21 AM
|
|
|
#2
Posted 18 November 2008 - 08:55 AM
Are you looking for a GUI client? I know there are command-line clients.
#3
Guest_Jordan_*
Posted 19 November 2008 - 04:48 AM
Guest_Jordan_*
The only one I have ever used is web-based. Similar to phpMyAdmin. The name is SQLiteManager @ SQLiteManager : Web based tool to manage (administration) SQLite databases. - Accueil
I really don't think there is a GUI client for SQLite (for any OS)?
I really don't think there is a GUI client for SQLite (for any OS)?
#4
Guest_SexYLinuX_*
Posted 26 November 2008 - 06:51 AM
Guest_SexYLinuX_*
Can you use phpMyAdmin on this thing?
#5
Posted 26 November 2008 - 08:58 AM
No, phpMyAdmin only works with MySQL
#6
Posted 28 November 2008 - 04:16 AM
When you say command-line, do you mean they way to operate it or they way you configure and install it?
#7
Guest_SexYLinuX_*
Posted 28 November 2008 - 06:04 AM
Guest_SexYLinuX_*
Hmm, thanks Tor.
#8
Posted 29 November 2008 - 01:46 AM
@TotalPenguin: I think that they mean the way you manage the databases etc.. something like if you did not have phpMyAdmin you would have to manage the databases without a GUI...
#9
Posted 30 November 2008 - 08:25 AM
Hmm, so I guess you will have to use SQL for all the database management... that would be geeky.. lol
#10
Guest_Jordan_*
Posted 02 December 2008 - 06:59 AM
Guest_Jordan_*
The point of SQLite is to be a minimal, stateless database.
#11
Guest_MarkA_*
Posted 02 December 2008 - 08:55 AM
Guest_MarkA_*
what does stateless database mean?
#12
Guest_Jordan_*
Posted 02 December 2008 - 08:58 AM
Guest_Jordan_*
Unlike MySQL or other databases it has no processes or servers running. It is simply a file created on the fly. There is no administration, users, or any overhead at all except creating it when you need it in your program.


Sign In
Create Account


Back to top









