Categorygithub.com/apito-io/databasedriver
repositorypackage
0.0.9
Repository: https://github.com/apito-io/databasedriver.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Apito Database Driver

This is the official database driver for Apito. There are four types of database driver available in Apito.

  1. Key Value Database Driver
  2. Project Database Driver ( Project Driver )
  3. System Database Driver ( System Driver)
  4. Cache Database Driver ( Cache Driver )

Key Value Database Driver

  1. Badger
  2. Bolt
  3. Redis

Document Database Driver

  1. Postgres
  2. MySQL
  3. SQLite
  4. Mariadb
  5. Firestore ( in alpha version, working on it )
  6. MongoDB ( Not implemented yet )

System Database Driver

  1. Postgres
  2. MySQL
  3. BoltDB

Cache Database Driver

  1. Redis
  2. Badger
  3. Memory