DatabaseOptions
Defined in: package/src/types.ts:62
Options to make the Database
Type Parameters
| Type Parameter |
|---|
|
Properties
root
root: string;Defined in: package/src/types.ts:64
Relative root directory of the database
tables
tables: T[];Defined in: package/src/types.ts:66
Tables of the database
auth?
optional auth: string;Defined in: package/src/types.ts:68
Authentication key for each operation