Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 969 Bytes

File metadata and controls

50 lines (38 loc) · 969 Bytes

API Reference

Use this section when you already know the task and need exact API details.

Core

Builders

Dialects

Export surface

The root package exports:

  • Engine
  • Alter
  • Create
  • Delete
  • Insert
  • Select
  • Update
  • Json
  • Mysql
  • Pgsql
  • Sqlite
  • Exception
  • selected helper functions and public types

Connection wrappers are published as separate packages:

  • @stackpress/inquire-mysql2
  • @stackpress/inquire-pg
  • @stackpress/inquire-pglite
  • @stackpress/inquire-sqlite3