Sha256: fe537ef24a5fa58036c28c72655eb0d2dcd7d5435d0ffc6289cfdef0e15a6624

Contents?: true

Size: 472 Bytes

Versions: 5

Compression:

Stored size: 472 Bytes

Contents

#--
# Copyright (c) 2008 Jeremy Hinegardner
# All rights reserved.  See LICENSE and/or COPYING for details.
#++

module Amalgalite
  # 
  # Base class of all errors in Amalgalite
  #
  class Error < ::StandardError; end
end
%w[ blob 
    boolean 
    column 
    database 
    index 
    paths 
    profile_tap 
    schema 
    sqlite3 
    statement 
    table 
    taps
    trace_tap 
    type_map 
    version 
    view].each do |lib|
  require "amalgalite/#{lib}"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
amalgalite-0.2.0 lib/amalgalite.rb
amalgalite-0.2.3 lib/amalgalite.rb
amalgalite-0.2.1 lib/amalgalite.rb
amalgalite-0.2.2 lib/amalgalite.rb
amalgalite-0.2.4 lib/amalgalite.rb