diamond-orm 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,95 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: diamond-orm
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - GunsOrigins
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: extralite
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: '3.0'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - "~>"
24
+ - !ruby/object:Gem::Version
25
+ version: '3.0'
26
+ - !ruby/object:Gem::Dependency
27
+ name: prism
28
+ requirement: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0.17'
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0.17'
40
+ description: Diamond provides relations, lazy query objects, compilers, and Ractor-safe
41
+ engines on top of SQLite.
42
+ executables: []
43
+ extensions: []
44
+ extra_rdoc_files: []
45
+ files:
46
+ - lib/diamond.rb
47
+ - lib/diamond/api_catalog.rb
48
+ - lib/diamond/ast.rb
49
+ - lib/diamond/changeset.rb
50
+ - lib/diamond/compiler/base.rb
51
+ - lib/diamond/compiler/ddl.rb
52
+ - lib/diamond/compiler/dml.rb
53
+ - lib/diamond/compiler/dql.rb
54
+ - lib/diamond/compiler/registry.rb
55
+ - lib/diamond/cursor.rb
56
+ - lib/diamond/domains/cte.rb
57
+ - lib/diamond/domains/ddl.rb
58
+ - lib/diamond/domains/dml.rb
59
+ - lib/diamond/domains/dql.rb
60
+ - lib/diamond/domains/dynamic_finders.rb
61
+ - lib/diamond/dsl/default.rb
62
+ - lib/diamond/engine.rb
63
+ - lib/diamond/json_string.rb
64
+ - lib/diamond/null_table.rb
65
+ - lib/diamond/operator.rb
66
+ - lib/diamond/operators/like.rb
67
+ - lib/diamond/parser.rb
68
+ - lib/diamond/parser/proxy.rb
69
+ - lib/diamond/parser/registry.rb
70
+ - lib/diamond/query_object.rb
71
+ - lib/diamond/struct_factory.rb
72
+ - lib/diamond/table.rb
73
+ - lib/diamond/version.rb
74
+ - sig/diamond.rbs
75
+ licenses:
76
+ - MIT
77
+ metadata: {}
78
+ rdoc_options: []
79
+ require_paths:
80
+ - lib
81
+ required_ruby_version: !ruby/object:Gem::Requirement
82
+ requirements:
83
+ - - ">="
84
+ - !ruby/object:Gem::Version
85
+ version: '3.2'
86
+ required_rubygems_version: !ruby/object:Gem::Requirement
87
+ requirements:
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ version: '0'
91
+ requirements: []
92
+ rubygems_version: 4.0.16
93
+ specification_version: 4
94
+ summary: Diamond, a relational algebra library for SQLite.
95
+ test_files: []