orange-orm

The ultimate ORM for Node and Typescript

ISC License

Downloads
67K
Stars
675
Committers
9

Bot releases are hidden (Show)

orange-orm - v3.2.8

Published by lroal 11 months ago

Signature for fetchingStrategy should accept boolean as well object (code generation only). See #67.

orange-orm - v3.2.7

Published by lroal 11 months ago

What's Changed

Full Changelog: https://github.com/alfateam/rdb/compare/v3.2.6...v3.2.7

orange-orm - v3.2.6

Published by lroal 12 months ago

Hide metadata types from intellisense on insert().

orange-orm - v3.2.5

Published by lroal 12 months ago

Fix typescript signature for insert overload. See #62.

orange-orm - v3.2.4

Published by lroal almost 1 year ago

Bugfix: array of filters. See #56 and #57.

orange-orm - v3.2.3

Published by lroal about 1 year ago

Conflict resolution on insert. See #42 and Inserting rows.

orange-orm - v3.2.2

Published by lroal about 1 year ago

Bugfix for Sql Server: OFFSET was ignored. See #46.

orange-orm - v3.2.1

Published by lroal about 1 year ago

Bugfix for those using code generation: count had wrong signature.

orange-orm - v3.2.0

Published by lroal about 1 year ago

Count aggregate

orange-orm - v3.1.47

Published by lroal about 1 year ago

  • Documented logging queries
  • Bugfix: raw sql ran outside transaction. See #46.
orange-orm - v3.1.45

Published by lroal about 1 year ago

Bugfix code generation, only related for those still using legacy / code generation.

orange-orm - v3.1.45

Published by lroal about 1 year ago

Memoize pool when resolving through func. See #45.
Improved ts types for and/or-operators: now accepting arrays of RawFilter.