Ниже представлено несколько инструментов для работы с базами данных SQLite под Linux. Основным их удобством является то, что каждое из них представляют собой простой исполняемый файл и не требуют установки, т.е. являются универсальными и не зависимыми от дистрибутива и менеджеров пакетов. Достаточно просто скачать (при необходимости распаковать из архива), поместить файл в любую удобную папку, поставить атрибут "исполняемый" и всё. SQLiteStudio Info from site: SQLiteStudio is a SQLite database manager with the following features:
- Single executable file - no need to install or uninstall. Binary distribution is just the single, ready to use file.
- Intuitive interface,
- All SQLite3 and SQLite2 features wrapped witin simple GUI,
- Cross-platform - runs on Windows 9x/2k/XP/2003/Vista/7, Linux, MacOS X, Solaris, FreeBSD and should work
on other Unixes (not tested yet).
- Localizations, currently translated to:
- English,
- Polish,
- Spanish,
- German,
- Russian,
- Japanese,
- Italian,
- Dutch,
- Exporting to various formats (SQL statements, CSV, HTML, XML),
- Numerous small additions, like formatting code, history of queries executed in editor windows,
on-the-fly syntax checking, and more,
- UTF-8 support,
- skinnable (interface can look native for Windows 9x/XP, KDE, GTK, Mac OS X, or draw widgets to fit for other
environments, WindowMaker, etc),
- Configurable colors, fonts and shortcuts.
- Open source and free - Released under GPLv2 licence.
wxSQLitePlus A great GUI tool written by Fred Cailleau-Lepetit. A wxWindows wrapper for the sqlite database. Sources availables (French site). Официальный сайт на французском, но найти ссылку на скачивание не так сложно, хотя и не так очевидно как хотелось бы. Для не желающих экспериментировать - ссылка. Доступны версии как под Linux, так и под Windows. TkSQLite
Info from site: TkSQLite is a GUI database manager for SQLite implemented by Tcl/Tk.
It can manage SQLite version2.8 and SQLite version3.x database. And it can handle many
encodings like Shift-JIS, EUC-JP and Windows native milti-byte
encodings not only UTF-8. And it can run on Windows and Linux
and MacOSX as native Look & Feel. And it's Freeware. Features
- Support SQLite2.8 and SQLite3.x db.
- Support many encodings not only utf-8.
- Edit table with grid table.
- Change table schema.
- Show images in BLOB data.(Sqlite3)
- Syntax keyword hilighting.
- Native Look & Feel.
- Japanese and English locale.
- Many functions (md5, sha1, des, etc. see SQLite user function)
- Run on any platform Tcl/Tk can.
- Attach and Detach Database.
- Export and Import CSV.
- Dump a database to SQL.
- Support loadable extension.
|