flat file database
flat file database is using JSON as its backbone. JSON is a normal javascript object. JSON is easy to operate in any language.
Popular flat file database articles and code snippets
- JSON as flat file database
- How to write javascript object in to JSON file
- How to read javascript object in to JSON file
Related Articles
- Why Laravel does not optimize model queries automatically?
- Why are RDBMS'es CS systems in the CAP sense according to this graphic?
- How to create a Local Database in Android?
- Which is better SQL database or json file?
- Check for changes to an SQL Server table?
- What are the actual types of database indexes?
- How does a DBMS implement their own sorting algorithm? Or do they?