Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 546 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 546 Bytes

LDB (lehnert-db) Framework

DuckDB DBMS wrapper as-a-library inspired by pocketbase.

Key Features

  • Schema-First approach with migrations directly in golang
  • Consistency for relations at DB level
  • Fine grained user based access control
  • Builtin REST & GraphQL APIs
  • File storage using Google & AWS storage buckets (or your hard drive)
  • Portability as an API frontend for PostgreSQL (maybe also MySQL)

Planned client SDKs

  • Dart/Flutter
  • JS/TS