Tag: database-schema
skill
Drizzle ORM Schema and Query Guide
Provides specific guidelines for authoring Drizzle ORM schemas and executing queries within the LobeHub PostgreSQL environment. It enforces the use of the select builder API over the relational API and defines standard naming conventions.
skill
★ 660
Generate Wren MDL from Database
This skill generates a Wren MDL manifest by introspecting a database schema using ibis-server, eliminating the need for local database drivers. It guides the user through connection verification, schema discovery, relationship inference, an…