SQLite Export is an open source software designed to help database administrators to easily and quickly export data from SQLite databases.SQLite Export can export data in one of the following formats: CSV, TAB, XLS and HTML. It allows users to...

sqlite3dbm

sqlite3dbm 0.1.4

sqlite3dbm is a module that provides a sqlite-backed dictionary conforming to the dbm interface, along with a shelve class that wraps the dict and provides serialization for it.Installation:pip install sqlite3dbmeasy_install sqlite3dbmTesting: *...

sqlmap

sqlmap 0.9

sqlmap is an automatic blind SQL injection tool, developed in python, capable to enumerate entire remote database, perform an active database fingerprint and much more.sqlmap's aim is to implement a fully functional database mapper tool which takes...

SQLObject

SQLObject 3.0.0 updated

SQLObject is a widely used, freely distributed and open source ORM (Object Relational Manager), also known as database wrapper, implemented in Python and designed to be used as an object interface to a database, with tables as classes, columns as...

SQLScreens

SQLScreens 1.2.1

SQLScreens is a simple relational database screen form generator written in TCL/TK.SQLScreens will let you create query screens very quickly by specifying what data (tables and columns) you want to see and what operations should be allowed (query/update,...

SQLSoup

SQLSoup 0.9.0

SQLSoup is a tool that provides a convenient way to map Python objects to relational database tables, with no declarative code of any kind. It's built on top of the SQLAlchemy ORM and provides a super-minimalistic interface to an existing...

Squall

Squall 0.1 Alpha

Squall is related to MySQL Administrator, SQLyog, and Navicat, but tailored to my personal whims.Official source at https://github.com/eswald/squallDevelopment roadmap at https://trello.com/board/squall/4f287f8289c9bdd9360f04e3Requirements:cursor-pointer"...

ssqlfs

ssqlfs 2.0

ssqlfs uses a defined file/directory structure to generate an SQL database which corresponds to that file/directory structure.Along with support for one-to-many tables, ssqlfs includes support for representing many-to-many tables. Ideally, the filesystem...