The following interfaces describe the fields on available models and are for reference only.

Explore the database schema in dbdocs.

Querying models

TK.

const state = await client.db.query.state.findFirst({
where: (state, { eq }) => eq(state.name, 'Texas'),
});

Index

Interfaces

Generated using TypeDoc