Changelog
[1.3.2] - 2024-08-13
run
function.Changelog
[1.3.1] - 2024-08-13
$where
condition of selected relations missed in the final criteria for @OneToMany
and @ManyToMany
relationships.Changelog
[1.3.0] - 2024-08-13
json
and jsonb
fields. Automatically parse the JSON values when persisting with JSON.parse
function.getPersistables
inside dialect for higher reusability.vector
fields.Changelog
[1.2.0] - 2024-08-12
raw
in values (previously, it was only supported by $select
and $where
operators). Allows safe use of any SQL query/clause as the value in an insert or update operation that shouldn't be automatically escaped by the ORM.Changelog
[1.1.0] - 2024-08-11
upsert
operations.sqlite3
to better-sqlite3
for better performance.RETURNING id
clause to get the inserted IDs.Changelog
[1.0.1] - 2024-08-10
$project
operator to $select
for consistency with most established frameworks so far.$filter
operator to $where
for consistency with most established frameworks so far.Changelog
[1.0.0] - 2024-08-10
eager: false
(by default all fields are eager: true
).updatable: false
(by default all fields are updatable: true
).