-
Notifications
You must be signed in to change notification settings - Fork 20
/
Manifest.txt
105 lines (105 loc) · 2.66 KB
/
Manifest.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
CONTRIBUTING.md
HISTORY.md
LICENSE
Manifest.txt
README.md
Rakefile
TODO.md
bin/amalgalite-pack
examples/a.rb
examples/blob.rb
examples/bootstrap.rb
examples/define_aggregate.rb
examples/define_function.rb
examples/fts5.rb
examples/gem-db.rb
examples/require_me.rb
examples/requires.rb
examples/schema-info.rb
ext/amalgalite/c/amalgalite.c
ext/amalgalite/c/amalgalite.h
ext/amalgalite/c/amalgalite_blob.c
ext/amalgalite/c/amalgalite_constants.c
ext/amalgalite/c/amalgalite_database.c
ext/amalgalite/c/amalgalite_requires_bootstrap.c
ext/amalgalite/c/amalgalite_statement.c
ext/amalgalite/c/extconf.rb
ext/amalgalite/c/gen_constants.rb
ext/amalgalite/c/notes.txt
ext/amalgalite/c/sqlite3.c
ext/amalgalite/c/sqlite3.h
ext/amalgalite/c/sqlite3_options.h
ext/amalgalite/c/sqlite3ext.h
lib/amalgalite.rb
lib/amalgalite/aggregate.rb
lib/amalgalite/blob.rb
lib/amalgalite/boolean.rb
lib/amalgalite/busy_timeout.rb
lib/amalgalite/column.rb
lib/amalgalite/core_ext/kernel/require.rb
lib/amalgalite/csv_table_importer.rb
lib/amalgalite/database.rb
lib/amalgalite/function.rb
lib/amalgalite/index.rb
lib/amalgalite/memory_database.rb
lib/amalgalite/packer.rb
lib/amalgalite/paths.rb
lib/amalgalite/profile_tap.rb
lib/amalgalite/progress_handler.rb
lib/amalgalite/requires.rb
lib/amalgalite/schema.rb
lib/amalgalite/sqlite3.rb
lib/amalgalite/sqlite3/constants.rb
lib/amalgalite/sqlite3/database/function.rb
lib/amalgalite/sqlite3/database/status.rb
lib/amalgalite/sqlite3/status.rb
lib/amalgalite/sqlite3/version.rb
lib/amalgalite/statement.rb
lib/amalgalite/table.rb
lib/amalgalite/taps.rb
lib/amalgalite/taps/console.rb
lib/amalgalite/taps/io.rb
lib/amalgalite/trace_tap.rb
lib/amalgalite/type_map.rb
lib/amalgalite/type_maps/default_map.rb
lib/amalgalite/type_maps/storage_map.rb
lib/amalgalite/type_maps/text_map.rb
lib/amalgalite/version.rb
lib/amalgalite/view.rb
spec/aggregate_spec.rb
spec/amalgalite_spec.rb
spec/blob_spec.rb
spec/boolean_spec.rb
spec/busy_handler.rb
spec/data/iso-3166-country.txt
spec/data/iso-3166-schema.sql
spec/data/iso-3166-subcountry.txt
spec/data/make-iso-db.sh
spec/database_spec.rb
spec/default_map_spec.rb
spec/function_spec.rb
spec/integeration_spec.rb
spec/iso_3166_database.rb
spec/json_spec.rb
spec/packer_spec.rb
spec/paths_spec.rb
spec/progress_handler_spec.rb
spec/requires_spec.rb
spec/rtree_spec.rb
spec/schema_spec.rb
spec/spec_helper.rb
spec/sqlite3/constants_spec.rb
spec/sqlite3/database_status_spec.rb
spec/sqlite3/status_spec.rb
spec/sqlite3/version_spec.rb
spec/sqlite3_spec.rb
spec/statement_spec.rb
spec/storage_map_spec.rb
spec/tap_spec.rb
spec/text_map_spec.rb
spec/type_map_spec.rb
spec/version_spec.rb
tasks/custom.rake
tasks/default.rake
tasks/extension.rake
tasks/this.rb