#schemas

[ follow ]
Codewithdan
1 year ago
Artificial intelligence

TypeChat: Define Schemas for Your OpenAI Prompts

TypeChat improves AI interactions by using TypeScript schemas for structured JSON responses. [ more ]
Marcin Wanago Blog - JavaScript, both frontend and backend
8 months ago
JavaScript

API with NestJS #140. Using multiple PostgreSQL schemas with Prisma

Schemas in PostgreSQL act as namespaces within the database and are containers for objects like tables and indexes.
By default, when creating a table without specifying the schema, PostgreSQL attaches it to the public schema. [ more ]
[ Load more ]