Jump to content

Linux SQLite client?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
12 replies to this topic

#1
Hektor

Hektor

    Programmer

  • Members
  • PipPipPipPip
  • 126 posts
Is there a SQLite client for Linux that I can use in KDE or Gnome?

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Are you looking for a GUI client? I know there are command-line clients.

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
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)?

#4
Guest_SexYLinuX_*

Guest_SexYLinuX_*
  • Guests
Can you use phpMyAdmin on this thing?

#5
Tor

Tor

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 486 posts
No, phpMyAdmin only works with MySQL

#6
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
When you say command-line, do you mean they way to operate it or they way you configure and install it?

#7
Guest_SexYLinuX_*

Guest_SexYLinuX_*
  • Guests
Hmm, thanks Tor.

#8
HappyUser

HappyUser

    Learning Programmer

  • Members
  • PipPipPip
  • 40 posts
@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
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Hmm, so I guess you will have to use SQL for all the database management... that would be geeky.. lol

#10
Guest_Jordan_*

Guest_Jordan_*
  • Guests
The point of SQLite is to be a minimal, stateless database.

#11
Guest_MarkA_*

Guest_MarkA_*
  • Guests
what does stateless database mean?

#12
Guest_Jordan_*

Guest_Jordan_*
  • Guests
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.