Is there any (good) SQLite GUI for Linux?
Clash Royale CLAN TAG#URR8PPP
I'm looking for a SQLite graphical administration utility for Linux but I can't seem to find any (I found an extension for Firefox I'm not a user of that browser).
Is there any that you know of?
linux software-rec gui sqlite
add a comment |
I'm looking for a SQLite graphical administration utility for Linux but I can't seem to find any (I found an extension for Firefox I'm not a user of that browser).
Is there any that you know of?
linux software-rec gui sqlite
add a comment |
I'm looking for a SQLite graphical administration utility for Linux but I can't seem to find any (I found an extension for Firefox I'm not a user of that browser).
Is there any that you know of?
linux software-rec gui sqlite
I'm looking for a SQLite graphical administration utility for Linux but I can't seem to find any (I found an extension for Firefox I'm not a user of that browser).
Is there any that you know of?
linux software-rec gui sqlite
linux software-rec gui sqlite
edited Mar 21 '14 at 16:18
Raphael Ahrens
6,85352846
6,85352846
asked May 14 '12 at 10:51
Jimmy
233134
233134
add a comment |
add a comment |
6 Answers
6
active
oldest
votes
Tried Sqliteman? Look for sqliteman
in your package manager. It is stable, so should be broadly available.
Can confirm - it's simple and effective.
– a coder
Sep 16 '14 at 19:27
On Fedora 21 I could just run: yum install sqliteman
– Raptor
Jun 16 '16 at 6:13
for long text fields, it's bad. Much better alternative is sqlitebrowser (see below)
– luca76
Mar 5 at 10:59
add a comment |
I've been using sqlitebrowser
, it is a really good options. Though probably not the only one!
On Ubuntu, it is available in the default package repositores.
1
Thank you, SQLite Database Browser seems good too, I'll give both a try.
– Jimmy
May 14 '12 at 11:19
add a comment |
I've used the SQLiteStudio for working with sqlite3 database. It looks very well.
The project is maintained (as of 2018). For some reason it is not available in common packages repositories.
add a comment |
You can use for this purpose Valentina http://www.valentina-db.com/valentina-studio-overview, the program is free. It works on 3 OS: LIN, MAC, WIN. It works as with mySQL/mariaDB, so with PostgreSQL, SQLite and Valentina DB.
2
Welcome to Unix & Linux! Generally we like answers on the site to be able to stand on their own - Links are great, but if that link ever breaks the answer should have enough information to still be helpful. Please consider editing your answer to include more detail. See the FAQ for more info.
– slm♦
Apr 8 '13 at 11:02
Just to add: free, but not open source. The pro version is $199, and adds "Report Editor, Digram Editor, SQL Diff Wizard, Query Builder". (The free version seems to have just about everything else you'd normally need, though, and working with multiple DB engines is useful.)
– Darren Cook
Jul 13 '14 at 18:58
add a comment |
I have not used this yet but looks promising especially if you're looking for a web-based interface.
phpLiteAdmin
add a comment |
You can try Sqlite Manager Firefox Add-on.
Not maintained anymore
– smonff
Dec 18 at 16:53
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f38620%2fis-there-any-good-sqlite-gui-for-linux%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
6 Answers
6
active
oldest
votes
6 Answers
6
active
oldest
votes
active
oldest
votes
active
oldest
votes
Tried Sqliteman? Look for sqliteman
in your package manager. It is stable, so should be broadly available.
Can confirm - it's simple and effective.
– a coder
Sep 16 '14 at 19:27
On Fedora 21 I could just run: yum install sqliteman
– Raptor
Jun 16 '16 at 6:13
for long text fields, it's bad. Much better alternative is sqlitebrowser (see below)
– luca76
Mar 5 at 10:59
add a comment |
Tried Sqliteman? Look for sqliteman
in your package manager. It is stable, so should be broadly available.
Can confirm - it's simple and effective.
– a coder
Sep 16 '14 at 19:27
On Fedora 21 I could just run: yum install sqliteman
– Raptor
Jun 16 '16 at 6:13
for long text fields, it's bad. Much better alternative is sqlitebrowser (see below)
– luca76
Mar 5 at 10:59
add a comment |
Tried Sqliteman? Look for sqliteman
in your package manager. It is stable, so should be broadly available.
Tried Sqliteman? Look for sqliteman
in your package manager. It is stable, so should be broadly available.
edited Sep 16 '16 at 13:54
Ave
1036
1036
answered May 14 '12 at 11:02
rozcietrzewiacz
28.9k47292
28.9k47292
Can confirm - it's simple and effective.
– a coder
Sep 16 '14 at 19:27
On Fedora 21 I could just run: yum install sqliteman
– Raptor
Jun 16 '16 at 6:13
for long text fields, it's bad. Much better alternative is sqlitebrowser (see below)
– luca76
Mar 5 at 10:59
add a comment |
Can confirm - it's simple and effective.
– a coder
Sep 16 '14 at 19:27
On Fedora 21 I could just run: yum install sqliteman
– Raptor
Jun 16 '16 at 6:13
for long text fields, it's bad. Much better alternative is sqlitebrowser (see below)
– luca76
Mar 5 at 10:59
Can confirm - it's simple and effective.
– a coder
Sep 16 '14 at 19:27
Can confirm - it's simple and effective.
– a coder
Sep 16 '14 at 19:27
On Fedora 21 I could just run: yum install sqliteman
– Raptor
Jun 16 '16 at 6:13
On Fedora 21 I could just run: yum install sqliteman
– Raptor
Jun 16 '16 at 6:13
for long text fields, it's bad. Much better alternative is sqlitebrowser (see below)
– luca76
Mar 5 at 10:59
for long text fields, it's bad. Much better alternative is sqlitebrowser (see below)
– luca76
Mar 5 at 10:59
add a comment |
I've been using sqlitebrowser
, it is a really good options. Though probably not the only one!
On Ubuntu, it is available in the default package repositores.
1
Thank you, SQLite Database Browser seems good too, I'll give both a try.
– Jimmy
May 14 '12 at 11:19
add a comment |
I've been using sqlitebrowser
, it is a really good options. Though probably not the only one!
On Ubuntu, it is available in the default package repositores.
1
Thank you, SQLite Database Browser seems good too, I'll give both a try.
– Jimmy
May 14 '12 at 11:19
add a comment |
I've been using sqlitebrowser
, it is a really good options. Though probably not the only one!
On Ubuntu, it is available in the default package repositores.
I've been using sqlitebrowser
, it is a really good options. Though probably not the only one!
On Ubuntu, it is available in the default package repositores.
answered May 14 '12 at 11:05
Huygens
4,84822231
4,84822231
1
Thank you, SQLite Database Browser seems good too, I'll give both a try.
– Jimmy
May 14 '12 at 11:19
add a comment |
1
Thank you, SQLite Database Browser seems good too, I'll give both a try.
– Jimmy
May 14 '12 at 11:19
1
1
Thank you, SQLite Database Browser seems good too, I'll give both a try.
– Jimmy
May 14 '12 at 11:19
Thank you, SQLite Database Browser seems good too, I'll give both a try.
– Jimmy
May 14 '12 at 11:19
add a comment |
I've used the SQLiteStudio for working with sqlite3 database. It looks very well.
The project is maintained (as of 2018). For some reason it is not available in common packages repositories.
add a comment |
I've used the SQLiteStudio for working with sqlite3 database. It looks very well.
The project is maintained (as of 2018). For some reason it is not available in common packages repositories.
add a comment |
I've used the SQLiteStudio for working with sqlite3 database. It looks very well.
The project is maintained (as of 2018). For some reason it is not available in common packages repositories.
I've used the SQLiteStudio for working with sqlite3 database. It looks very well.
The project is maintained (as of 2018). For some reason it is not available in common packages repositories.
edited Dec 18 at 19:25
smonff
1737
1737
answered Feb 5 '15 at 11:10
Al Che
5111
5111
add a comment |
add a comment |
You can use for this purpose Valentina http://www.valentina-db.com/valentina-studio-overview, the program is free. It works on 3 OS: LIN, MAC, WIN. It works as with mySQL/mariaDB, so with PostgreSQL, SQLite and Valentina DB.
2
Welcome to Unix & Linux! Generally we like answers on the site to be able to stand on their own - Links are great, but if that link ever breaks the answer should have enough information to still be helpful. Please consider editing your answer to include more detail. See the FAQ for more info.
– slm♦
Apr 8 '13 at 11:02
Just to add: free, but not open source. The pro version is $199, and adds "Report Editor, Digram Editor, SQL Diff Wizard, Query Builder". (The free version seems to have just about everything else you'd normally need, though, and working with multiple DB engines is useful.)
– Darren Cook
Jul 13 '14 at 18:58
add a comment |
You can use for this purpose Valentina http://www.valentina-db.com/valentina-studio-overview, the program is free. It works on 3 OS: LIN, MAC, WIN. It works as with mySQL/mariaDB, so with PostgreSQL, SQLite and Valentina DB.
2
Welcome to Unix & Linux! Generally we like answers on the site to be able to stand on their own - Links are great, but if that link ever breaks the answer should have enough information to still be helpful. Please consider editing your answer to include more detail. See the FAQ for more info.
– slm♦
Apr 8 '13 at 11:02
Just to add: free, but not open source. The pro version is $199, and adds "Report Editor, Digram Editor, SQL Diff Wizard, Query Builder". (The free version seems to have just about everything else you'd normally need, though, and working with multiple DB engines is useful.)
– Darren Cook
Jul 13 '14 at 18:58
add a comment |
You can use for this purpose Valentina http://www.valentina-db.com/valentina-studio-overview, the program is free. It works on 3 OS: LIN, MAC, WIN. It works as with mySQL/mariaDB, so with PostgreSQL, SQLite and Valentina DB.
You can use for this purpose Valentina http://www.valentina-db.com/valentina-studio-overview, the program is free. It works on 3 OS: LIN, MAC, WIN. It works as with mySQL/mariaDB, so with PostgreSQL, SQLite and Valentina DB.
edited Apr 8 '13 at 11:33
answered Apr 8 '13 at 10:44
Rodriges Antonio
312
312
2
Welcome to Unix & Linux! Generally we like answers on the site to be able to stand on their own - Links are great, but if that link ever breaks the answer should have enough information to still be helpful. Please consider editing your answer to include more detail. See the FAQ for more info.
– slm♦
Apr 8 '13 at 11:02
Just to add: free, but not open source. The pro version is $199, and adds "Report Editor, Digram Editor, SQL Diff Wizard, Query Builder". (The free version seems to have just about everything else you'd normally need, though, and working with multiple DB engines is useful.)
– Darren Cook
Jul 13 '14 at 18:58
add a comment |
2
Welcome to Unix & Linux! Generally we like answers on the site to be able to stand on their own - Links are great, but if that link ever breaks the answer should have enough information to still be helpful. Please consider editing your answer to include more detail. See the FAQ for more info.
– slm♦
Apr 8 '13 at 11:02
Just to add: free, but not open source. The pro version is $199, and adds "Report Editor, Digram Editor, SQL Diff Wizard, Query Builder". (The free version seems to have just about everything else you'd normally need, though, and working with multiple DB engines is useful.)
– Darren Cook
Jul 13 '14 at 18:58
2
2
Welcome to Unix & Linux! Generally we like answers on the site to be able to stand on their own - Links are great, but if that link ever breaks the answer should have enough information to still be helpful. Please consider editing your answer to include more detail. See the FAQ for more info.
– slm♦
Apr 8 '13 at 11:02
Welcome to Unix & Linux! Generally we like answers on the site to be able to stand on their own - Links are great, but if that link ever breaks the answer should have enough information to still be helpful. Please consider editing your answer to include more detail. See the FAQ for more info.
– slm♦
Apr 8 '13 at 11:02
Just to add: free, but not open source. The pro version is $199, and adds "Report Editor, Digram Editor, SQL Diff Wizard, Query Builder". (The free version seems to have just about everything else you'd normally need, though, and working with multiple DB engines is useful.)
– Darren Cook
Jul 13 '14 at 18:58
Just to add: free, but not open source. The pro version is $199, and adds "Report Editor, Digram Editor, SQL Diff Wizard, Query Builder". (The free version seems to have just about everything else you'd normally need, though, and working with multiple DB engines is useful.)
– Darren Cook
Jul 13 '14 at 18:58
add a comment |
I have not used this yet but looks promising especially if you're looking for a web-based interface.
phpLiteAdmin
add a comment |
I have not used this yet but looks promising especially if you're looking for a web-based interface.
phpLiteAdmin
add a comment |
I have not used this yet but looks promising especially if you're looking for a web-based interface.
phpLiteAdmin
I have not used this yet but looks promising especially if you're looking for a web-based interface.
phpLiteAdmin
answered Oct 13 '14 at 9:44
User
83221120
83221120
add a comment |
add a comment |
You can try Sqlite Manager Firefox Add-on.
Not maintained anymore
– smonff
Dec 18 at 16:53
add a comment |
You can try Sqlite Manager Firefox Add-on.
Not maintained anymore
– smonff
Dec 18 at 16:53
add a comment |
You can try Sqlite Manager Firefox Add-on.
You can try Sqlite Manager Firefox Add-on.
answered Feb 5 '15 at 11:32
Alko
7571515
7571515
Not maintained anymore
– smonff
Dec 18 at 16:53
add a comment |
Not maintained anymore
– smonff
Dec 18 at 16:53
Not maintained anymore
– smonff
Dec 18 at 16:53
Not maintained anymore
– smonff
Dec 18 at 16:53
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f38620%2fis-there-any-good-sqlite-gui-for-linux%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown