
General DB is a general-purpose database app designed for both casual users and power users. You can import your CSV or Tab-delimited text files from the web or Dropbox, or share them from iTunes. You can also download entire SQLite databases, and execute SQL files.
v5.1
- Importing a text file now displays the number of rows imported in the status bar, instead of the log. This prevents the log file from growing too large if a large number of rows are imported.
- SQLite 3.34
- The generate_series() virtual table is now built in to this app. As an example, the SQL executed below would a virtual table of 6 rows with even values starting from 0 up to 10:
SELECT value FROM generate_series(0, 10, 2)
Note: Backing up your databases before a major software update is good practice and recommended. To backup your databases, use Time Machine, or go to Window > Databases in the app can copy them to another folder.
This is a tool to create, design and edit database files compatible with SQLite.