Must have Database Management Software for Linux
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 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 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 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 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 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...
sqlupdate reads a MySQL table declaration file and compares it to an existing database. sqlupdate project then generates a MySQL script for updating the database to match the SQL...
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"...
SQuirreL SQL Client is an open source GUI software that will allow users to view abd browse the structure of JDBC compliant databases.
SQuirreL's functionality can be extended through the use of plugins.
What is new in this...
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...