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 |
@constructive-io/sdk TypeScript SDK를 사용하여 구성 서비스(API)를 생성 및 구성하고, 여기에 데이터베이스 스키마를 연결하고, 도메인, API 모듈 및 스키마 부여를 설정합니다. 사용 시기: "API 생성", "서비스 설정", "API에 스키마 연결", "도메인 구성", "API 모듈 추가", "스키마 액세스 권한 부여", "서비스 라우팅 설정". 출처: constructive-io/constructive-skills.