issues
search
smartprix
/
xorm
NodeJS ORM based on ObjectionJS with some extra utilities
18
stars
4
forks
source link
Type fixes
#18
Closed
rohit-gohri
closed
5 years ago
rohit-gohri
commented
5 years ago
[x] Fix types of loadBy functions, returning
Model | Model[]
currently
[x] overload them properly
[x]
query()
type now changed to return xorm's query builder instead of original objection query builder
[x] fix type of timstamps
rohit-gohri
commented
5 years ago
@hit12369 Ready to merge
Model | Model[]
currentlyquery()
type now changed to return xorm's query builder instead of original objection query builder