Chapter 6. Sqliteman Menu Structure

Table of Contents

The File Menu
The Context Menu
The Database Menu
The System Menu
The Help Menu

The File Menu

You can open your database files here.

Sqliteman can handle files created by Sqlite version 3. If you are using 2.x, you should migrate your data. Sqlite developers change physical data format for its files quite often (in the 3.x releases too) so there can be some small issues when you cannot e.g. open a 3.3.13 file with 3.3.8 driver etc. See troubleshooting chapter for more info.

File->New... (Ctrl+N)

Create a new database file.

File->Open... (Ctrl+O)

Open an existing file.

File->Recent Databases

If you have been using Sqliteman before, you can see previously opened database files here. Use this sub-menu for a quick access to these DBs.

File->Preferences...

Opens the preferences dialog. See full Preferences documentation

File->Exit

Quit the application.