# Storage Options in JSONexus

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.

```python

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

### 2. Additional Resources

Refer to the [documentation](https://jsonexus.gitbook.io/jsonexus/getting-started) for detailed usage instructions, API reference, and examples.
