Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 583 Bytes

odatav2_reference.rst

File metadata and controls

23 lines (18 loc) · 583 Bytes

OData Reference

The basic API for the DAL is defined by the Entity Data Model (EDM) defined in :pypyslet.odata2.csdl, which is extended by some core OData-specific features defined in :pypyslet.odata2.core and :pypyslet.odata2.metadata. With these three modules it is possible to create derived classes that implement the Data Access Layer API in a variety of different storage scenarios.

odatav2_csdl odatav2_core odatav2_metadata odatav2_client odatav2_memds odatav2_sqlds odatav2_server