Skip to content

TrevorVonSeggern/Nodata

Repository files navigation

NOData

Not only data, but a queryable interface! pipeline status coverage report

NOData is a loose implementation of the OData specification.

With this package, you can perform queries like the following: /products

/products$where=id eq 10

/products$where=id ne 10

/products$where=id lt 3 and (Name eq 'Bob' or Name eq 'Rob')

/products$expand=Role

/products$expand=Role,Manager

/products$expand=Role, Manager, Employees

/products$expand=Role,Manager, Employees & where Role/Name eq 'Admin' or Manager/id eq 1

/products$expand=Role($select=Name,id)

Check out the wikki for more information: https://gitlab.com/tvo/Nodata/wikis/home