Sign in Sign up
rubygems

databasium

Databasium is a Rails engine for helping Rails developers with managing database. It provides Rails application with 4 primary resources: - Records: to create, read, update and delete data in your database. - Migrations: to manage database migrations. - Models: to manage Active Record models. - Schema: generates entity-relationship diagram(ERD) of database from Active Record models. It is intended to be used only in development environment. It is not meant to be used in production. For security reasons it will try to abort application when it is tried to be used in production, just to be sure :).

Activity

Latest release
3mo ago
Total releases
2
Cadence
~4 days
Last 12 months
2

Reach

Stars

Details

License
MIT
First release
May 17, 2026
Releases
Version Released
0.1.1 patch
0.1.0 initial