Registry / database / rom-core

rom-core

JSON →
library5.4.0rbrubygemsunverified

Persistence and mapping toolkit for Ruby, providing a flexible data access layer.

gem install rom-core
INSTALL
IMPORT
SIG · ROM-CORE
R
rom-core
databaserubyv5.4.0
harness data pending
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
require 'rom'

Set up a ROM container with an SQLite in-memory database.

require 'rom' container = ROM.container(:sql, 'sqlite::memory') do |config| config.relation(:users) do schema(infer: true) end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.4.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
28
OpenAI (training)
1
Resources
rom-core — gem install rom-core · libregistry