FlaskMyAdmin is a frontend for a lightweight database system that stores all data in simple JSON files.
You can easily manage and transport your data — everything is self-contained in a single directory. No setup, no external servers — just pure simplicity.
Use the familiar SQL-like syntax to query your data: SELECT [column] FROM [table]
.
When specifying a table, do not include the file extension (e.g., employees
instead of employees.json
). File extensions will be removed from queries.
containers
.json
)