better_structure_sql 0.1.0
Pure Ruby database schema dumper for Rails applications supporting PostgreSQL, MySQL, and SQLite. Generates clean, deterministic structure.sql files without pg_dump/mysqldump/sqlite3 CLI dependencies. Supports both single-file and multi-file output for massive schemas with tens of thousands of database objects. Includes schema versioning with ZIP storage and web UI for browsing versions.
Gemfile:
=
install:
=
Development Dependencies (10):
factory_bot_rails
~> 6.2
rails-controller-testing
~> 1.0
rspec
~> 3.12
rspec-rails
~> 6.0
rubocop
~> 1.50
rubocop-performance
~> 1.20
rubocop-rails
~> 2.19
rubocop-rspec
~> 3.0
sqlite3
>= 2.1