Changelog
[2.0.4][] - 2022-06-25
interval
field typeundefined
use in insert/update/conditions,
keys with undefined
value will no longer result
in null
and will just be ignoredChangelog
[2.0.2][] - 2021-10-14
null
as value for update
db.select
Changelog
[2.0.0][] - 2021-08-19
Changelog
[1.5.0][] - 2021-08-10
Query
and Modify
method toString()
Changelog
[1.4.0][] - 2021-08-09
async count(table, condition): number
Changelog
[1.3.0][] - 2021-08-07
options.logger
and global console
if no options.console
for backward
compatibility, fallback will be better than crash{ delete: 'cascade' }
to generate ON DELETE CASCADE
for { many }
.returning(fields)
for Query
insert
, delete
and update
of Database
returns instance of
Modify
class with chain methods .returning
and .then
Changelog
[1.2.0][] - 2021-08-04
always as identity
just for Registry
DEFAULT CURRENT_TIMESTAMP
for datetime
Model
to Database
to access schemasConsole
interface for loggingRegistry
tablesChangelog
[1.1.5][] - 2021-07-04