The glue between the database engine and Conduit. It provides an Object–relational mapping (ORM) for converting data between incompatible type systems using object-oriented programming languages. This module facilitates the management of content types through the generation of db level schemas, the creation and manipulation of schema document entries and the registration of fine-tuned custom endpoints. Content is delivered through REST and GraphQL.
You can have either a document based or a relational database, options!
Without the need of writing complex SQL queries. Schemas can be manipulated through model controller objects automatically generated by the module itself.
Already have an existing project? Conduit allows you to import your data and continue right where you left off!
Create any content type (schema). Schemas can contain fields of different types.
Create custom content types based on schemas! You can register individual entries in a schema to store your data.
Create powerful custom endpoints, with pagination, sorting, population, authentication and more!