Registry / database / jdbc-derby

jdbc-derby

JSON →
library10.12.1.1rbrubygemsunverified

A JDBC driver for Apache Derby, loadable via require 'jdbc/derby' and Jdbc::Derby.load_driver within JRuby.

gem install jdbc-derby
INSTALL
IMPORT
SIG · JDBC-DERBY
J
jdbc-derby
databaserubyv10.12.1.1
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.

Jdbc::Derby
require 'jdbc/derby'

Load and connect to an embedded Derby database

require 'jdbc/derby' Jdbc::Derby.load_driver require 'java' java.sql.DriverManager.getConnection('jdbc:derby:memory:test;create=true')
Debug
Known issues
breakingOnly works with JRuby; not compatible with CRuby.
fix
Ensure you are using JRuby before requiring this gem.
affects: >= 0
Upgrade
Version history
10.12.1.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
jdbc-derby — gem install jdbc-derby · libregistry