Registry / database / amalgalite

amalgalite

JSON →
library2.0.0rbrubygemsunverified

Amalgalite embeds the SQLite database engine as a Ruby extension, eliminating the need to install SQLite separately.

gem install amalgalite
INSTALL
IMPORT
SIG · AMALGALITE
A
amalgalite
databaserubyv2.0.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.

Amalgalite
require 'amalgalite'

Create an in-memory SQLite database and execute a query

require 'amalgalite' db = Amalgalite::Database.new(':memory:') db.execute('CREATE TABLE t (a)')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
18
OpenAI (training)
1
Resources
amalgalite — gem install amalgalite · libregistry