Lol DBA
Scenic
Our great sponsors
Lol DBA | Scenic | |
---|---|---|
1 | 4 | |
1,437 | 2,929 | |
- | 0.7% | |
4.7 | 5.4 | |
23 days ago | about 17 hours ago | |
Ruby | Ruby | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Lol DBA
-
Rails application boilerplate for fast MVP development
lol_dba for indexing
Scenic
- Utilizando views SQL no Ruby on Rails
-
Frameworks for SQL Development in Rails?
I use the scenic gem to manage views which uses raw sql files: https://github.com/scenic-views/scenic
-
Rails application boilerplate for fast MVP development
add scenic
-
Logidze 1.0, postgres-specific alternative to eg paper_trail for recording ActiveRecord change history
TIL about fx gem for storing triggers in schema.rb. That makes me so happy because scenic gem for creating database views is one of my favorites. Postgres is very powerful and it's great to see tools for exposing that through Rails.
What are some alternatives?
Rails DB - Rails Database Viewer and SQL Query Runner
PgHero - A performance dashboard for Postgres
SecondBase - Seamless second database integration for Rails.
Foreigner - Adds foreign key helpers to migrations and correctly dumps foreign keys to schema.rb
SchemaPlus - SchemaPlus provides a collection of enhancements and extensions to ActiveRecord
Large Hadron Migrator - Online MySQL schema migrations
BatchLoader - :zap: Powerful tool for avoiding N+1 DB or HTTP queries
Ruby PG Extras - Ruby PostgreSQL database performance insights. Locks, index usage, buffer cache hit ratios, vacuum stats and more.
DatabaseConsistency - The tool to find inconsistency between models schema and database constraints.
Upsert - Upsert on MySQL, PostgreSQL, and SQLite3. Transparently creates functions (UDF) for MySQL and PostgreSQL; on SQLite3, uses INSERT OR IGNORE.