Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
ROM::SQL
✓ require 'rom/sql'
Set up a ROM container with SQLite support
require 'rom/sql'
ROM.container(:sql, 'sqlite::memory') do |config|
config.relation(:users) do
schema(infer: true)
end
end
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.