Seleccion de SQLite Managers

http://blog.sobbayi.com/2011/02/round-up-of-the-best-sqlite-database-managers/

SQLite is a cross platform software library written in C that implements a database Engine. Even though SQLite does not need any configuration or server, it needs to be tightly integrated with the client that is using it. There are also times when the use of a SQLite database manager to increase productivity. Here is a collection of the best SQLite database management tools.

SQLite Manager

sqlite manager

SQLite Manager is a great SQLite management tool that is cross platform and works from within Firefox web browser as a Firefox plugin. It also works within Komodo and Songbird. SQLite Manager features dialogs for operations such as creating tables and indexes and views. You can also alter tables, create and open databases. There is also a query editor and the ability to export to CSV, SQL and XML files. With SQLite Manager you can also browse and search table data as well as manipulate the data you are browsing. You can download SQLite Manager here.

SQLite Maestro

sqlite maestro

SQLite Maestro is a SQLite Manager for Windows that comes with a price of $79 for no commercial use and $139 for a commercial license. SQLite Maestro has an incredible user interface. This SQLite database management tool comes with a blob viewer, query builder database designers, SQL query editor, a data manager for all the creating, editing and sorting operations. You can also access remote SQLite databases with SQLite Maestro. With this tool you can also import and export you data in and out of your SQLite database. To get SQLite Maestro you can visit their product website here.

SQLite Expert

sqlite expert

SQLite Expert is a SQLite database administration tool which comes with a visual query builder, a SQL editor with syntax highlighting and code completion. SQLite Expert also comes with a visual table designer and a view designer. Import and export of your SQLite database is also supported on SQLite Expert. You can import from CSV files, SQL scripts or even other SQLite databases. Exporting can be done to CSV, SQL scripts and Excel and PDF. SQLite Expert also has blob and image editors. Encrypted databases are also supported on SQLite Expert. The full professional edition is available for $59. You can download SQLite Expert from here.

SQLiteSpy

sqlite spy

SQLiteSpy GUI database management tool for SQLite. It features Editing tables from a Grid cell, viewing of the SQLite database schema and objects such as tables or views. There is a built in SQLite engine with DISQLite3 encryption support. SQLiteSpy requires no installation, offers insights into queries with time logging. With SQLiteSpy you can work with regular expressions as well. SQLiteSpy can be downloaded here.

SQLiteStudio

sqlite studio

SQLiteStudio is a SQLite database management tool that works cross platform. SQLiteStudio is a tool that requires no installation. You can use SQLiteStudio to export SQLite databases to SQL files, CSV and HTML formats. You can use this tool to perform operations on tables, views indexes and triggers on a SQLite database. This tool is also skinnable and provides UTF support. You can download SQLiteStudio from here.

RazorSQL

razorsql

RazorSQL is a cross platform database management tool that can manage several databases such as MySQL, MariaDB and of course SQLite. This SQLite database manager is capable of browsing database objects such as schemas, tables, indexes, procedures and views among others. There is also a SQL query editor, support for import and export to XML, HTML and Excel. Also available with RazorSQL is a query builder a table manipulator to add, edit and delete tables. To get RazorSQL you can got to their website.

SQLite Administrator

sqlite administrator

SQLite Administrator is a great SQLite database management tool for creating editing and administering SQLite databases. With SQLite Administrator you can perform operations on tables, indexes, views and triggers. There is also SQL code completion and syntax highlighting. SQLite Administrator allows you to import from CSV files and export to Excel, CSV, HTML and XML file formats. You can download SQLite Administrator here.

Related posts:

  1. SQLite vs MySQL: How To Decide Which To Use The question of when SQLite should be used and when MySQl should be used has come up again and again. To know when and where it is appropriate to use either SQLite or MySQL databases management systems, it is first…
  2. Eight Database Mistakes App Developers Make Ever seen a DBA having to deal with an application developers naive mistakes? Or could it simply be a case of developers just not knowing what should be done on a database and why it should be done. This issues…
  3. SQLite vs fopen(), How to Choose Lets examine the notion that SQLite can be a viable replacement for fopen(). To get your understanding, SQLite is an implementation of a database engine that is self contained, serverless, transactional and needs no configuration. On the Other hand fopen()…
  4. How To Backup a MySQL Database With SQLyog Backing up MySQL databases may not be as easy as it seems to the not so tech savvy users using the native MySQL client. An alternative is SQLyog. See how easy it can get….
  5. What is MySQL Workbench? A simple answer to that question is, MySQL Workbench visual database design tool developed by MySQL which is a cross-platform. MySQL Workbench is the successor to DBDesigner4 and is available for Windows (XP, VISTA & 7), Linux and Mac OSX….
  6. How To Insert Data Into MySQL Tables Using SQLyog Here comes the third article in the SQLyog for MySQL series of articles. Today we will deal with the various ways you can insert data into a MySQL database or MariaDB database using SQLyog, which is a powerful MySQL manager…
  7. How To Create MySQL Tables The Easy Way With SQLyog SQLyog is definitely a great and must have tool for any serious MySQL developer and database administrator. I would recommend going for either the SQLyog Enterprise Edition or the SQLyog Ultimate Edition so as to get the full benefits of…
  8. Making MySQL Easy with SQLyog Enterprise Edition SQLyog Enterprise Edition can make your life much easier especially if you do loads of work on MySQL database. Here I reveal some of my favorite features about this MySQL GUI….
  9. A little About MariaDB, a MySQL spin-off Seeing its slightly over a month since MariaDB 1.5 Beta was released for Linux and a couple of days now since the Windows Win32 Version came into being I felt it prudent to mention a little a bit about it…
  10. How to Build and Install MariaDB on Windows From Source Knowing that MariaDB in the simplest terms, is an alternative to MySQL database server; the world’s most popular open source relational database management system. MariaDb has its source code made publicly available from Launchpad, MariaDB remains an open and free…

0

0