sqliteman icon indicating copy to clipboard operation
sqliteman copied to clipboard

http://sqliteman.com/

Results 12 sqliteman issues
Sort by recently updated
recently updated
newest added

This repo is dead, use a fork https://techgaun.github.io/active-forks/index.html#https://github.com/pvanek/sqliteman

Now my only option is to resort to manually writing SQL (and copypaste create table queries for adding unique constraints to existing tables). I would like to be able to...

This project still references the sqliteman.com domain. Does that need to be adjusted?

The table list converts each name to all lowercase. This makes the table list harder to read if the convention used was camel casing. Is there a reason they are...

Starting by sqlite 3.7.0 ( [https://www.sqlite.org/releaselog/3_7_0.html](url) ) a new "Write-Ahead Log" option (hereafter referred to as "WAL") has been introduced. It seems that sqliteman is not able to load databases...

I have a project where I use intensively the SQLite RTREE module (https://www.sqlite.org/rtree.html). SQLiteman is still for me the best GUI for SQLite but I would really appreciate a support...

Please port to Qt5, Qt4 will be EOL soon :smile:

Hi, I'd like to ask for a keyboard shortcut for focusing on the schema/table pane (on the left). I want to be able to go to another table via keyboard,...