Sqlkit provides a GUI named sqledit to edit data in a database, as well as a package (sqlkit) in PyGtk. Sqledit (the application) can be run from the command line with arguments and will pop directly into the table/mask of the data, or without arguments and will present an input mask to write the database URL. Sqlkit (the Python package) provides SqlMask and SqlTable, two widgets for editing database data. It is meant to be used as a base for database desktop applications.
| Tags | Database API Front-Ends |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | Windows Windows POSIX Linux mac |
| Implementation | Python |
| Translations | English Italian Spanish |
Recent releases


Release Notes: This release adds a very simple and yet very powerful way to create .pdf or .odt files from Sqlkit. It provides a very powerful template system that allows you to compose the layout with OpenOffice.org. No programming know-how is required to create an effective template. This template system, called oootemplate, can be used by any Python module independently from Sqlkit.


Release Notes: The "sqledit" application has a new option that allows you to create the tables if a model is present. The mask widget now automatically switches to a multicolumn layout if no layout is provided and many fields are to be displayed. The setup now creates a sqledit executable for Windows as well.


Release Notes: The German localization has been added. A couple of minor bugs were fixed.


Release Notes: This release has many important new features and a lot of changes that made sqlkit more stable. Support for image, file, and enum fields was added. Duplication of the record has been added. Widgets now 'observe' the model to implement a correct MVC pattern, and hooks have been made more robust so that it's easier to create an interactive interface. The dependency on glade has been eliminated so that it's easier to install on Windows. Filters have been extended. The documentation has been constantly enriched and the site is now easier to navigate.


Release Notes: A Polish localization has been added. Some Javascript used in the docs has been removed due to non-free licenses.