database_consistency
Model Database Checker
A tool to identify and correct inconsistencies between application models and database schema in Ruby on Rails applications.
The tool to avoid various issues due to inconsistencies and inefficiencies between a database schema and application models.
1k stars
9 watching
47 forks
Language: Ruby
last commit: about 1 month ago
Linked from 1 awesome list
activerecordconsistencydatabaseoptimizationperformancerailsrubyruby-on-railstool
Related projects:
Repository | Description | Stars |
---|---|---|
plivesey/rocketdata | A caching and consistency solution for immutable models in Swift. | 648 |
plentz/lol_dba | A tool that analyzes application models to identify columns that likely need indexing and generates migration scripts for adding or removing these indexes. | 1,585 |
customink/secondbase | Provides seamless integration of multiple databases within a Rails application | 219 |
dizballanze/django-eraserhead | Tool to optimize database usage in Django by identifying and suggesting the removal of unused fields. | 196 |
nullobject/rein | Adds support for defining database constraints in ActiveRecord migrations without writing custom SQL. | 670 |
fern4lvarez/piladb | A lightweight, RESTful database engine based on stack data structures | 206 |
khaiql/dbcleaner | A tool to clean up and manage databases during testing by temporarily locking tables to prevent race conditions. | 161 |
palkan/logidze | A tool for logging changes to PostgreSQL database records in a standardized and structured way. | 1,609 |
databasecleaner/database_cleaner-active_record | Tools for cleaning databases using ActiveRecord | 63 |
databasecleaner/database_cleaner-mongoid | A tool for cleaning up data in MongoDB databases. | 9 |
brettz9/eslint-config-ash-nazg | A comprehensive configuration for JavaScript projects with enhanced error checking and code quality control. | 6 |
schemaplus/schema_plus_db_default | Provides an extension to ActiveRecord that allows setting column values to their default database value when saving a record. | 1 |
incetarik/nestjs-graphql-zod | A library that provides a way to work with GraphQL objects using Zod validation objects. | 85 |
jfalameda/refinerycms-dynamicfields | Allows creation of dynamic models and fields within a content management system. | 16 |
rom-rb/rom | A toolkit for efficiently mapping and persisting data in Ruby applications | 2,087 |