[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/codexistente/ocpi-python/main/docs/tutorials/db_interface.md [Back]  [Original]

# Database Interface

Learn how to set up database interfaces for your OCPI application.

## Example Implementation

See the [Quick Start Guide](../quickstart.md) for a complete example of implementing a database interface with MongoDB.

The example shows how to:

- Create a `DbInterface` class for database operations
- Map OCPI modules to database collections
- Implement pagination and filtering
- Handle date range queries

Web Proxy Viewer  |  New URL  |  Original Page