Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 512 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 512 Bytes

Godbl (Go Database layer)

Godbl is a drop in database layer for simple tasks with adaptability with multiple DBs as the topmost concern. Though this will try to use the optimisations available across different kinds of databases, the main objective is to provide the fastest way forward to store golang objects in a database.

Pending Items

Features

  • Filtering for FindMany
  • Pagination constructs
  • Connection pooling
  • Migration handlers

Adapters

  • MongoDB
  • MySQL
  • ClickhouseDB
  • PostgreSQL