JSONexus
  • Getting Started
  • Installation Guide
  • Usage Scenarios
  • Comparison Operators
  • Operations
  • Data Modeling in JSONexus
  • Storage Options in JSONexus
  • About JSONexus
Powered by GitBook
On this page
  • 1. Local Storage
  • 2. Additional Resources

Storage Options in JSONexus

PreviousData Modeling in JSONexusNextAbout JSONexus

Last updated 1 year ago

JSONexus provides local storage for your database, ensuring simplicity and ease of access.

1. Local Storage

Store your database locally on your filesystem. This approach is suitable for small to medium-sized databases and provides simplicity and ease of access.


 db = JSONexus('data/db.json')
    

2. Additional Resources

Refer to the for detailed usage instructions, API reference, and examples.

documentation