SQLite Manager icon
SQLite Manager icon

SQLite Manager

 34 likes

Manage all your SQLite databases using this lightweight extension for Firefox, Thunderbird, SeaMonkey, Songbird, Komodo etc. (See the complete list of supported applications) This extension will be useful to developers who want to create and play with SQLite databases.

Structure view of a table

License model

  • FreeOpen Source

Application type

Platforms

  • Mac
  • Windows
  • Linux
  • Komodo IDE
  • Thunderbird
  • Songbird
  • SeaMonkey
  • Firefox
Discontinued

Latest commit 5e9dcb7 on Sep 11, 2017. See https://github.com/lazierthanthou/sqlite-manager

  No rating
34 likes
1comment
0 news articles

Features

Suggest and vote on features
  1.  Extensible by Plugins/Extensions
  2.  SQLite
  3.  Database Management Tool
  4.  Add-ons

SQLite Manager News & Activities

Highlights All activities

Recent activities

No activities found.
Show all activities

SQLite Manager information

  • Developed by

    Tarakant Tripathy
  • Licensing

    Open Source and Free product.
  • Alternatives

    19 alternatives listed
  • Supported Languages

    • English

Our users have written 1 comments and reviews about SQLite Manager, and it has gotten 34 likes

SQLite Manager was added to AlternativeTo by isamux on Dec 29, 2009 and this page was last updated Sep 9, 2022.

Comments and Reviews

   
 Post comment/review
mortgat
CommentFeb 3, 2010

To export a view to Excel, export it as a CSV file with tab separated values, and use an editor to convert encoding. Rename the extension to xls and open in Excel.

0

What is SQLite Manager?

Manage all your SQLite databases using this lightweight extension for Firefox, Thunderbird, SeaMonkey, Songbird, Komodo etc. (See the complete list of supported applications) This extension will be useful to developers who want to create and play with SQLite databases.

SQLite Manager is available as a XULRunner application too.

Features

dialogs for creation, deletion of tables, indexes, views and triggers ability to rename, copy, reindex tables ability to add and drop columns create new db, open any existing db, copy an existing db supports writing your own queries (single or multiple) supports saving the queries with a name a tab for database settings (no need to write the pragma statements) where you can view and change the sqlite library settings export tables/views as csv, sql or xml files import tables from csv, sql or xml files a dropdown menu showing all profile db (.sqlite) an intuitive heirarchical tree showing all tables, indexes, views and triggers ability to see the master tables ability to see the temporary tables, indexes, views and triggers ability to browse data from any table/view dialogs to allow searching in a table/view allows editing and deleting selected record while browsing a table's data allows adding, saving and changing blob data an extensive menu that helps with writing sql by hand and then executing it remembers the last used db, table and the tab (structure, browse & search, etc.) across sessions