Configure Constructive services (APIs), attach database schemas, set up domain routing, and manage access — all via the @constructive-io/sdk TypeScript SDK with zero SQL.
| Api | A service endpoint | databaseId, name, roleName, anonRole, isPublic | | ApiSchema | Links an Api to a Schema | databaseId, apiId, schemaId | | ApiModule | Named JSON config for an Api | databaseId, apiId, name, data | | Domain | Routes subdomain.domain → Api/Site | databaseId, apiId, siteId, subdomain, domain |
| Schema | Database schema container | databaseId, name, schemaName | | SchemaGrant | Grants a role access to a schema | databaseId, schemaId, granteeName |
Crea e configura servizi costruttivi (API), collega loro schemi di database, configura domini, moduli API e concessioni di schemi utilizzando l'SDK TypeScript @constructive-io/sdk. Utilizzare quando: "creare un'API", "impostare un servizio", "associare uno schema all'API", "configurare domini", "aggiungere un modulo API", "concedere l'accesso allo schema", "impostare l'instradamento del servizio". Fonte: constructive-io/constructive-skills.