@dsqlbase/core
v0.1.4
Published
Core primitives and utilities for dsqlbase
Downloads
773
Readme
@dsqlbase/core
Core primitives for the dsqlbase toolkit — abstract schema model, runtime types, and the sql tagged-template builder.
[!NOTE] This is an internal package within the dsqlbase monorepo. Most users should depend on
dsqlbaseinstead — it re-exports the public surface. Depend on@dsqlbase/coredirectly only if you're building tooling that needs the underlying primitives.
Install
npm install @dsqlbase/coreFor typical application use, npm install dsqlbase instead — it re-exports sql, Session, SQLStatement, and SQLQuery directly.
License
MIT.
