Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RemoteDatabaseOptions

Hierarchy

Index

Properties

host

host: string

Optional length

length: number

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

default

1

Optional password

password: string

Optional path

path: string

The path to the database file.

default

./db.sqlite

port

port: number

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