Skip to main content
Back to registry

dart-drift

madteacher/mad-agents-skills

Comprehensive guide for using drift database library in Dart applications.

Installs189
Install command
npx skills add https://github.com/madteacher/mad-agents-skills --skill dart-drift
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykFAIL
About this skill
Comprehensive guide for using drift database library in Dart applications. Dart Drift skill provides complete guidance for implementing persistent storage in Dart applications (CLI tools, backend services, non-Flutter desktop apps) using the drift library. Drift is a reactive persistence library for Dart built on SQLite, with optional PostgreSQL support, offering type-safe queries, auto-updating streams, schema migrations, and cross-platform database connections. Add dependencies to pubspec.yaml : Define database: Open database: Run code generator: Add PostgreSQL dependencies: Configure for PostgreSQL in build.yaml : Open PostgreSQL connection: See detailed documentation for each topic: Uses sqlite3 package with file-based storage. Uses postgres package with connection pooling. Uses in-memory database for fast unit tests. Increase pool size or reduce connection lifetime: Verify dialect is configured in build.yaml . - setup.md - Dart setup with sqlite3 or PostgreSQL - postgres.md - PostgreSQL-specific features, connection pooling - tables.md - Table definitions, columns, constraints - queries.md - SELECT, WHERE, JOIN, aggregations - writes.md - INSERT, UPDATE, DELETE, transactions - streams.md - Reactive stream queries - migrations.md - Database schema migrations - Connection pooling for PostgreSQL in production - In-memory databases for fast unit tests - Transactions for data...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does dart-drift do?

Comprehensive guide for using drift database library in Dart applications.

Is dart-drift good?

dart-drift does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does dart-drift work with?

dart-drift currently lists compatibility with codex, gemini-cli, opencode, github-copilot, claude-code, antigravity.

What are alternatives to dart-drift?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install dart-drift?

npx skills add https://github.com/madteacher/mad-agents-skills --skill dart-drift

Related skills

More from madteacher/mad-agents-skills

Related skills

Alternatives in Software Engineering