db
db copied to clipboard
Event-driven database drivers for streaming queries.
I'm new to ruby async. I like it, but I'm unsure if a gem is compatible with async. Are there any articles or resources I can learn from. Sorry If...
Hi, you may have noticed I'm assembling a whole async rails stack for a high performance open source fun project. Do you have a working rails adapter for this? Do...
Work in progress specs for time. ## Types of Changes - Maintenance. ## Contribution - [ ] I added tests for my changes. - [ ] I tested my changes...
After a discussion with @tenderlove, it looks like we could abstract https://github.com/rails/rails/blob/98d65ed19c7d3c4a0187616984deb4c3f1b9d270/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb#L257-L462 into a `Capabilities` class, which would be implemented as an attribute of an active connection and used for...