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
[]
= "keelson-sqlite"
= "The SQLite dialect for keelson."
= true
= true
= true
= true
= true
= true
= "README.md"
= ["sql", "sqlite", "query-builder", "database"]
= ["database"]
[]
# `sql!` — a hand-written statement whose values are written at the hole they
# bind to. Off by default, like every other feature here: it is the only thing
# in this crate that costs a proc-macro toolchain, and `raw_query` is the same
# statement without one.
= ["keelson-core/macros"]
# Adds the containerised server engines to the test judge. SQLite itself is a
# library, so `cargo test` already runs both the lemon-rs grammar tier *and* a
# real SQLite through keelson-sqlcheck's `live`; this feature only exists so the
# whole workspace can be tested with one flag.
= ["keelson-sqlcheck/live-docker"]
# Widens the combinatorial suite (`tests/combinatorial.rs`) from one representative
# variant per clause to every variant — join kinds, compound operators, ordering
# decorations. The clause-by-clause cross product always runs; this multiplies it.
= []
[]
= true
[]
= { = "../keelson-sqlcheck", = ["live"] }
[]
= true