Changelog
[0.27.14] 2024-09-20
Changelog
[0.27.13] 2024-09-16
withRemult
accidentally wraps remult serverChangelog
[0.27.12] 2024-09-05
$not
to value comparison: {where:{id:{ $not:1 }}}}
for improved readabilitygroup
option from aggregate
ensureSchema
id:'code'
& id:['company','code']
for compound id columnsChangelog
[0.27.11] 2024-09-04
Changelog
[0.27.8] 2024-09-02
groupBy
& aggregate
to Repository
repo(Employee).groupBy({
group: ['country', 'city'],
sum: ['salary'],
where: {
salary: {
$gt: 2000,
},
},
})
Checkout this example video