ɳSelfɳSELFCLI
DocsQuick StartPricingɳCloud
GitHub
← Back to all releases

v0.4.4

January 20, 2026

Database Tools

Complete database schema management with dbdiagram sync and type generation

v0.4.4 adds powerful database schema management with dbdiagram sync, mock data generation, and TypeScript type generation. Complete nself db command suite for full database management.

Key Features

Schema Scaffolding

Starter templates for common patterns: basic, ecommerce, saas, and blog.

Related commands:

nself db schema scaffold basicnself db schema scaffold ecommercenself db schema scaffold saasnself db schema scaffold blog

DBML Workflow

Import DBML schemas and apply them to your database with migration support.

Related commands:

nself db schema importnself db schema applynself db schema export

Migration Management

Full migration management with up, down, fresh, and repair commands.

Related commands:

nself db migrate upnself db migrate downnself db migrate freshnself db migrate repair

Environment-Aware Seeding

Database seeding with mock data generation that respects environment and VARCHAR limits.

Related commands:

nself db seednself db seed --env production

Backup & Restore

Compressed backups with S3 support and automated scheduling.

Related commands:

nself db backupnself db restorenself db backup schedule

Performance Analysis

Inspect database size, cache hit rates, index usage, slow queries, and table bloat.

Related commands:

nself db inspect sizenself db inspect cachenself db inspect indexnself db inspect slownself db inspect bloat

Type Generation

Generate TypeScript, Go, or Python types from your database schema.

Related commands:

nself db types typescriptnself db types gonself db types python

Interactive Access

Interactive PostgreSQL shell and query execution.

Related commands:

nself db shellnself db query

Download & Links

Download v0.4.4View on GitHubInstallation Guide →