Gemini Docs
  • Gemini Overview
  • 🎯Use cases & Benefits
  • 🚴‍♂️Getting Started
  • Backend Module
    • Overview
    • Getting Started
      • REST API - Micronaut MongoDB
    • Rest API
      • Basic CRUD
        • POST /data/{entity}
        • GET /data/{entity}/{id}
        • PUT /data/{entity}/{id}
        • PATCH /data/{entity}/{id}
        • DELETE /data/{entity}/{id}
      • Getting Data
        • GET All Data
        • Pagination
        • Filters
        • Sorting
      • Rest Configuration
        • Big Entities
        • Reference
    • The Schema (DDD)
      • Entities
      • Fields
        • String
        • Number
        • Boolean
        • Date & Time
        • Enum & Select
        • Object
        • Array
        • Dictionary
    • Data Drivers
Powered by GitBook
On this page
  1. Backend Module

Data Drivers

The Data Driver is the low level part of Gemini that maps the API fields and Json to the data storage. Some drivers are available out of the box, but for complex use cases especially in enterprise context you are going to define your own driver where you are free to use your existing database and make your own optimizations.

Gemini provides easy to use Java interfaces to implement your own driver. Help or professional support is available for companies/professionals that collaborates with the project or are interested to use the platform.

PreviousDictionary

Last updated 3 years ago