mirror of
https://github.com/djhackersdev/minime.git
synced 2026-03-21 17:54:13 -05:00
We'll keep the door open for side-by-side support of Postgres in the background, but due to SQLite's type system quirks we cannot use the same DDL for both databases, so we would have to maintain two sets of DDL (schema init and schema migration scripts) at once. Interested future contributors can shoulder this maintenance burden if they so choose.
4 lines
73 B
TypeScript
4 lines
73 B
TypeScript
export * from "./api";
|
|
export * from "./sqlite";
|
|
export * from "./util";
|