An open API service indexing awesome lists of open source software.

https://github.com/sakryukov/personal-database-dynamic-schema

Personal Database
https://github.com/sakryukov/personal-database-dynamic-schema

css database-schema fileaccess html javascript json

Last synced: about 2 months ago
JSON representation

Personal Database

Awesome Lists containing this project

README

          

# Personal Database

Personal single-file in-memory database. Dynamic database schema designed to add and remove columns to the table anytime during editing.

[Demo](https://sakryukov.github.io/personal-database-dynamic-schema/code?../data-samples/history.sadb)

The databases passed in a URI query, like in this [Demo](https://sakryukov.github.io/personal-database-dynamic-schema/code?../data-samples/history.sadb), are always read-only. To open a database for editing, download, for example, the file
[data-samples/history.sadb](data-samples/history.sadb) and use File > Open. Alternatively, use File > New to initialize an empty database, edit and save it using File > Save or File > Save As.