Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DatabaseOptions

Available options for the database.

Hierarchy

Index

Properties

Properties

Optional length

length: number

Max length a query result can have to stop sanitizing the ouput.

default

1

Optional path

path: string

The path to the database file.

default

./db.sqlite

Optional sanitize

sanitize: boolean

Whether to convert boolean and json into their real values and not leave them as integers or strings.

default

true

Generated using TypeDoc