nukak-sqlite
Advanced tools
Changelog
[1.4.0] - 2024-08-15
AbstractQuerierPool
class.Changelog
[1.3.3] - 2024-08-13
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.