SQL

June 20th, 2019

SQLite

  • SQLCipher – Full Database Encryption for SQLite. SQLCipher is an open source extension to SQLite that provides transparent 256-bit AES encryption of database files.

Libraries

Tools

  • Microsoft SQL Server Management Studio
  • DB Schema Editor is a free RIA Web application that will let you design Database Schemas and generate scripts for SQL Server, My SQL, Postgre SQL, SQLite, Firebird and Oracle directly from your Browser.
  • WWW SQL Designer allows users to create database designs, which can be saved/loaded and exported to SQL scripts. Various databases and languages are supported. Ability to import existing database design.
  • SQLite Database Browser – is a freeware, public domain, open source visual tool used to create, design and edit database files compatible with SQLite. It is meant to be used for users and developers that want to create databases, edit and search data using a familiar spreadsheet-like interface, without the need to learn complicated SQL commands.
  • SQLite Administrator is a powerful tool if you easily want to create, design or administrate SQLite database files. The SQL code editor helps you to quickly write sql queries with features such as code completion and highlighting. Both major versions of SQLite database files are supported by SQLite Administrator.
  • SQLite Expert – a powerful administration tool for your SQLite databases. SQLite Expert is designed to answer the needs of all users, from writing simple SQL queries to developing complex databases. The graphical interface supports all SQLite features. It includes a visual query builder, an SQL editor with syntax highlighting and code completion, visual table and view designers and powerful import and export capabilities.
  • SQLiteManager is a powerful database manager for sqlite databases, it combines an incredible easy to use interface with blazing speed and advanced features. SQLiteManager allows you to open and work with wide range of database versions like sqlite 2, sqlite 3, in memory databases, AES 128 encrypted databases and with REAL Server databases. It allows you to create and browse tables, views, triggers and indexes. It enables you to insert, delete and updates records in a very intuitive way, it supports you arbitrary SQL commands and much more.
  • SQLite Tools Family – aimed at the efficient SQLite management, control and development. Our products allow you to represent your databases as ER diagrams, build queries visually, operate on all database objects, execute queries and SQL scripts, manipulate data (including BLOBs), export and import data to/from most popular file formats, transfer any schema and data to SQLite, get high-quality web applications, and more.

Comments are closed.