lol_dba is a small package of rake tasks that scan your application models and displays a list of columns that probably should be indexed. Also, it can generate .sql migration scripts.
Stars
1.6k
Forks
71
Watchers
1.6k
Open Issues
15
Overall repository health assessment
No package.json found
This might not be a Node.js project
50
commits
12
commits
8
commits
6
commits
6
commits
3
commits
3
commits
3
commits
2
commits
2
commits
Use ensure to guarantee reset_methods runs in Migration
c58e643View on GitHubExtract duplicate regex to FILENAME_PATTERN constant in Migration
f95a7b5View on GitHubRemove unnecessary begin/end inside block in IndexFinder
3ecdd48View on GitHubRemove unnecessary local variable assignments in inspectors
6e7b04dView on GitHubRemove no-op private_class_method calls in MigrationMocker and Writer
46feeb0View on GitHubFix shadowed variable in HasAndBelongsToMany#table_name
1313302View on GitHubReplace rescue Exception with rescue StandardError in CLI
d5a048cView on GitHub