/** * Database access re-export * * This module re-exports the db instance from @stacksjs/database * for convenience within the ORM package. */ export { db } from '@stacksjs/database';