Sha256: 24f0a445a6573ff5af3595f51f78b7bd80333e252d6cebf88a6c0015d6065ec9
Contents?: true
Size: 262 Bytes
Versions: 1
Compression:
Stored size: 262 Bytes
Contents
module OrientDB DatabasePool = com.orientechnologies.orient.core.db.document.ODatabaseDocumentPool class DatabasePool def initialize(database_url, username, password) self.class.global.acquire database_url, username, password end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
orientdb-0.0.4-jruby | lib/orientdb/database_pool.rb |