FlaskMyAdmin

Welcome to FlaskMyAdmin

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.

Getting Started

  1. Create a directory called containers
  2. Create a file named after your table name (do not include .json)
  3. Add your data in valid JSON format