Skip to content

sandroden/sqlkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,959 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo
------

there are two demo: one for the two main widgets (SqlMask and SqlTable)
and one for the layout module.

Each demo should be started from the respective directory and does not
require to be installed:

   cd demo/sql/
   python demo.py


I hope you'll appreciate it. I'd be happy to have some feedback.


Support
-------

There's a googlegroup dedicated to this package:

  http://groups.google.it/group/sqlkit

sandro :-)


Requirements
------------

sqlkit requires **PyGObject** and **GTK 3**, which are provided as system
packages on Ubuntu/Debian::

    sudo apt install python3-gi gir1.2-gtk-3.0 gir1.2-gtksource-3.0

When installing with ``uv``, create the virtual environment with
``--system-site-packages`` so PyGObject is visible::

    uv venv --system-site-packages
    uv sync

PyPI dependencies (SQLAlchemy, Babel, python-dateutil) are installed
automatically.


About

GUI to edit databases. Many backends supported (Postgres, Sqlite, MySQL, ...). Based on Python, GTK3, SQLAlchemy.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors