Sha256: 26108fec077f64fc79e988eec7600811495a567a37ae1a3d002aced817390207

Contents?: true

Size: 523 Bytes

Versions: 18

Compression:

Stored size: 523 Bytes

Contents

#
#       ActiveFacts Relational mapping and persistence.
#
# Copyright (c) 2009 Clifford Heath. Read the LICENSE file.
#

# These files are concerned with calculating a relational schema for a vocabulary:
require 'activefacts/persistence/reference'
require 'activefacts/persistence/tables'
require 'activefacts/persistence/columns'
require 'activefacts/persistence/foreignkey'
require 'activefacts/persistence/index'

# These extend the API classes with relational awareness:
require 'activefacts/persistence/object_type'

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
activefacts-1.6.0 lib/activefacts/persistence.rb
activefacts-1.5.3 lib/activefacts/persistence.rb
activefacts-1.5.2 lib/activefacts/persistence.rb
activefacts-1.5.1 lib/activefacts/persistence.rb
activefacts-1.5.0 lib/activefacts/persistence.rb
activefacts-1.3.0 lib/activefacts/persistence.rb
activefacts-1.2.1 lib/activefacts/persistence.rb
activefacts-1.2.0 lib/activefacts/persistence.rb
activefacts-1.1.0 lib/activefacts/persistence.rb
activefacts-1.0.2 lib/activefacts/persistence.rb
activefacts-1.0.1 lib/activefacts/persistence.rb
activefacts-1.0.0 lib/activefacts/persistence.rb
activefacts-0.8.18 lib/activefacts/persistence.rb
activefacts-0.8.16 lib/activefacts/persistence.rb
activefacts-0.8.15 lib/activefacts/persistence.rb
activefacts-0.8.13 lib/activefacts/persistence.rb
activefacts-0.8.12 lib/activefacts/persistence.rb
activefacts-0.8.10 lib/activefacts/persistence.rb