Search by

trail / db

dodgycoffee

Database addon for trail

Package info

source.tube/brindly/trail-db

Issues

Type:trail-addon

pkg:composer/trail/db

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

dev-main / 0.1.x-dev 2026-09-21 06:25 UTC

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