Download List

Descripción del Proyecto

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-02-28 08:01
0.9.5.1

Algunas mejoras en los filtros: un nuevo operador de filtro que agrega vacío o búsquedas NULL (la conjunción OR no era posible mediante GUI) y un acceso directo en el proceso de seleccionar un filtro, escribir en ella y recarga: Control-Alt-f desde la entrada del campo de máscara/tabla (en lugar de entrada del campo de filtro). Una solución en el campo de la imagen cuya eliminación no funcionaba. Ahora trabaja con LibreOffice y OpenOffice como un motor de plantillas.
Tags: Filters
Some improvements in filters: a new filter operator that adds Empty or NULL searches (the OR conjunction was not possible via GUI) and a shortcut to the process of selecting a filter, writing in it, and reloading: Control-Alt-f from the mask/table field entry (as opposed to from the filter's field entry). A fix in the image field whose deletion was not working. Now works with LibreOffice as well as OpenOffice as a template engine.

2012-02-24 07:04
2.9.6

Sqlkit ha sido portado a SQLAlchemy 0,7 +.
Tags: port
Sqlkit has been ported to SQLAlchemy 0.7+.

2011-04-13 22:09
0.9.4

Esta versión incluye un modo muy simple pero muy poderosa para crear. Pdf o archivos. Odt de Sqlkit. Proporciona un sistema de plantillas muy potente que le permite componer el diseño con OpenOffice.org. No hay programación know-how necesario para crear una plantilla de efectivos. Este sistema de plantillas, llamado oootemplate, puede ser utilizado por cualquiera de los módulos de Python independientemente de Sqlkit.
Tags: printing
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.

2011-03-31 22:41
0.9.3.2

El "sqledit" aplicación tiene una nueva opción que permite crear las mesas, si un modelo está presente. Los widget máscara de ahora cambia automáticamente a un diseño de varias columnas si no se proporciona la disposición y muchos campos se van a mostrar. El programa de instalación crea ahora un sqledit ejecutable para Windows.
Tags: sqledit improvement
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.

2011-03-14 18:32
0.9.3.1

La localización alemán ha sido añadido. Un par de pequeños errores fueron corregidos.
Tags: Localization
The German localization has been added. A couple of minor bugs were fixed.

Project Resources