Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 669 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 669 Bytes

Hrana Version Drift Hrana Version

This repository contains Dart clients for the Hrana protocol used by sqld, a database server based on the sqlite3 fork libsql.

Currently, this includes two packages:

  • package:hrana: Supports connecting to remote database servers with the hrana protocol as well as executing queries.
  • package:drift_hrana: Wraps the hrana package to implement the QueryExecutor interface from drift, allowing remote libsql databases to be used with drift.