Sha256: cb3f895fb15b68a01d85f0e11b44cf31f378bf396383bfd36f752bfc2adb15d6

Contents?: true

Size: 233 Bytes

Versions: 2

Compression:

Stored size: 233 Bytes

Contents

module Jdbc
  module SQLite3
    VERSION = "3.6.14.2.056" # Based on SQLite 3.6.14.2
  end
end
if RUBY_PLATFORM =~ /java/
  require "sqlitejdbc-#{Jdbc::SQLite3::VERSION}.jar"
else
  warn "jdbc-SQLite3 is only for use with JRuby"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jdbc-sqlite3-3.6.14.2.056 lib/jdbc/sqlite3.rb
jdbc-sqlite3-3.6.14.2.056-java lib/jdbc/sqlite3.rb