We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560af9e commit 6da7c16Copy full SHA for 6da7c16
1 file changed
docs/src/index.md
@@ -2,6 +2,8 @@
2
Modules = [QuerySQLite]
3
```
4
5
+## User documentation
6
+
7
QuerySQLite is an experimental package sponsored by Google Summer of Code. It's
8
finally ready for public use. Although QuerySQLite is only tested on SQLite,
9
it's been purposefully designed to easily incorporate other database software.
@@ -22,7 +24,7 @@ If you would like to translate code to SQL, but you do not pass any SQL
22
24
arguments, you will need use [`BySQL`](@ref) to pass a dummy SQL object instead.
23
25
See the `BySQL` docstring for more information.
26
-## Developer notes
27
+## Developer documentation
28
29
QuerySQLite hijacks Julia's multiple dispatch to translate external database
30
commands to SQL instead of evaluating them. To do this, it construct a
0 commit comments