Module: Rasti

Defined in:
lib/rasti/db.rb,
lib/rasti/db/model.rb,
lib/rasti/db/query.rb,
lib/rasti/db/version.rb,
lib/rasti/db/collection.rb,
lib/rasti/db/nql/syntax.rb,
lib/rasti/db/data_source.rb,
lib/rasti/db/environment.rb,
lib/rasti/db/relations/base.rb,
lib/rasti/db/relations/graph.rb,
lib/rasti/db/computed_attribute.rb,
lib/rasti/db/nql/nodes/sentence.rb,
lib/rasti/db/nql/nodes/attribute.rb,
lib/rasti/db/relations/one_to_one.rb,
lib/rasti/db/nql/nodes/binary_node.rb,
lib/rasti/db/nql/nodes/conjunction.rb,
lib/rasti/db/nql/nodes/disjunction.rb,
lib/rasti/db/relations/many_to_one.rb,
lib/rasti/db/relations/one_to_many.rb,
lib/rasti/db/relations/many_to_many.rb,
lib/rasti/db/type_converters/sqlite.rb,
lib/rasti/db/nql/nodes/array_content.rb,
lib/rasti/db/nql/nodes/constants/base.rb,
lib/rasti/db/nql/nodes/constants/time.rb,
lib/rasti/db/nql/nodes/constants/true.rb,
lib/rasti/db/type_converters/postgres.rb,
lib/rasti/db/nql/nodes/constants/array.rb,
lib/rasti/db/nql/nodes/constants/false.rb,
lib/rasti/db/nql/nodes/constants/float.rb,
lib/rasti/db/nql/nodes/comparisons/base.rb,
lib/rasti/db/nql/nodes/comparisons/like.rb,
lib/rasti/db/nql/nodes/constants/string.rb,
lib/rasti/db/nql/nodes/comparisons/equal.rb,
lib/rasti/db/nql/nodes/constants/integer.rb,
lib/rasti/db/nql/invalid_expression_error.rb,
lib/rasti/db/type_converters/time_in_zone.rb,
lib/rasti/db/nql/nodes/comparisons/include.rb,
lib/rasti/db/nql/nodes/parenthesis_sentence.rb,
lib/rasti/db/nql/nodes/comparisons/less_than.rb,
lib/rasti/db/nql/nodes/comparisons/not_equal.rb,
lib/rasti/db/nql/nodes/comparisons/not_include.rb,
lib/rasti/db/nql/nodes/comparisons/greater_than.rb,
lib/rasti/db/nql/nodes/constants/literal_string.rb,
lib/rasti/db/type_converters/sqlite_types/array.rb,
lib/rasti/db/type_converters/postgres_types/json.rb,
lib/rasti/db/nql/filter_condition_strategies/base.rb,
lib/rasti/db/type_converters/postgres_types/array.rb,
lib/rasti/db/type_converters/postgres_types/jsonb.rb,
lib/rasti/db/type_converters/postgres_types/hstore.rb,
lib/rasti/db/nql/filter_condition_strategies/sqlite.rb,
lib/rasti/db/nql/filter_condition_strategies/postgres.rb,
lib/rasti/db/nql/nodes/comparisons/less_than_or_equal.rb,
lib/rasti/db/nql/nodes/comparisons/greater_than_or_equal.rb,
lib/rasti/db/nql/filter_condition_strategies/types/generic.rb,
lib/rasti/db/nql/filter_condition_strategies/types/pg_array.rb,
lib/rasti/db/nql/filter_condition_strategies/types/sqlite_array.rb,
lib/rasti/db/nql/filter_condition_strategies/unsupported_type_comparison.rb

Defined Under Namespace

Modules: DB