trail / db
Database addon for trail
dev-main / 0.1.x-dev
2026-09-21 06:25 UTC
Requires
- php: >=8.4
- ext-pdo: *
- trail/framework: ^0.1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-21 06:25:36 UTC
README
Database addon for trail framework
install
composer require trail/db
run migrations
trail/trail db::migrate
checkpoint (sqlite)
trail/trail db::checkpoint
sqlite runs with a persistent connection, so writes sit in db.sqlite-wal till they get added to the db. Run this before copying db file anywhere to make sure its updated
Notes
Only supports sqlite atm. postgres + mysql to come