WIP
Codegen and Client APIs
Planned direction for generated types and client helpers.
This area is WIP and not part of the usable dev.3 workflow.
The intended direction is to generate typed client helpers from schema.aureline once the schema and migration model stabilizes.
Example shape, not implemented yet:
// Future example only
const users = await db.user.select({ where: { email: 'team@example.com' } });Until this page graduates from WIP, use Aureline for schema checks and migrations only.