API Reference
The core Fewer API is broken into distinct sections that are used together to create a complete ORM.
- Database (
createDatabase()) - Schema (
createSchema()) - Repository (
createRepository()) - Associations (
createBelongsTo(),createHasOne(),createHasMany())