You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@odata2ts/odata-query-objects

Package Overview
Dependencies
Maintainers
0
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@odata2ts/odata-query-objects

Q-Objects are the magic sauce for the odata-query-builder and allow for renaming and type conversion

0.27.0
latest
Source
npmnpm
Version published
Weekly downloads
9.4K
2.66%
Maintainers
0
Weekly downloads
 
Created
Source

npm (scoped)

OData Query Objects

Q-Objects are building blocks which are generated by odata2ts. They are the counterpart to the typescript model interfaces and allow for complex and powerful query semantics, renaming and type conversion.

Documentation

Q-Objects Documentation

Main documentation for the odata2ts eco system: https://odata2ts.github.io

Tests

See folder test for unit tests.

Support, Feedback, Contributing

This project is open to feature requests, suggestions, bug reports, usage questions etc. via GitHub issues.

Contributions and feedback are encouraged and always welcome.

See the contribution guidelines for further information.

Spirit

This project and this module have been created and are maintained in the following spirit:

  • adhere to the OData specification as much as possible
    • support any OData service implementation which conforms to the spec
    • allow to work around faulty implementations if possible
  • stability matters
    • exercise Test Driven Development
    • bomb the place with unit tests (code coverage > 95%)
    • ensure that assumptions & understanding are correct by creating integration tests

Inspiration

The base idea for generating and using "Query Objects" stems from QueryDsl. Jooq also works this way.

License

MIT - see License.

Keywords

query object

FAQs

Package last updated on 18 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts