dot-skills Drizzle SQLite Best Practices Library-reference skill for Drizzle ORM with SQLite-family backends. 45 rules across 8 categories, ordered by execution-lifecycle impact: schema → migrations → query → relations → transactions → performance → connection → types. When to Apply Reference these guidelines when: - Defining schemas — choosing column types, primary keys, indexes, foreign keys - Running / / , or hand-editing a migration SQL file - Writing queries with , , , - Reaching for nested data with and the relational query builder - Wrapping multi-statement writes in or (libsql/Turso/D…