Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SqliteQueryOptions

The options for a sqlite query.

Hierarchy

  • SqliteQueryOptions

Index

Properties

Optional columns

columns: string[] | "*" | ColumnSelectOptions[]

Columns to get from the database, * stands for all.

default

*

Optional innerJoin

innerJoin: InnerJoinOptions[]

Options to retrieve data from other tables.

Optional limit

limit: number

The limit of results for this query.

Optional offset

offset: number

Position to start counting results.

default

0

Optional sort

Sort options for this query.

Optional where

Options to filter the query by.

Generated using TypeDoc