Top Level Namespace

Defined Under Namespace

Modules: RDO

Instance Method Summary collapse

Instance Method Details

#have_build_envObject



9
10
11
12
13
14
# File 'ext/rdo_sqlite/extconf.rb', line 9

def have_build_env
  [
    have_library("sqlite3"),
    have_header("sqlite3.h")
  ].all?
end

#rdoObject

RDO SQLite3 driver. Copyright © 2012 Chris Corbyn.

See LICENSE file for details.



8
# File 'lib/rdo/sqlite.rb', line 8

require "rdo"