Create a dictionary-style database with names in the left column and values in the right column.
Features:
- Create an empty table or import from a SQLite database.
- Browse through all the rows in a table, order by name, value, or ID; ascending or descending. Jump directly to anywhere in the table.
- Search by name, value, or both. Select a row from the results or insert a new row.
- Edit names or values from selected rows or select a random row.
- Export the table as a SQLite file.
Features:
- Create an empty table or import from a SQLite database.
- Browse through all the rows in a table, order by name, value, or ID; ascending or descending. Jump directly to anywhere in the table.
- Search by name, value, or both. Select a row from the results or insert a new row.
- Edit names or values from selected rows or select a random row.
- Export the table as a SQLite file.
Show More















