Skip to content

Commit 6da7c16

Browse files
committed
fix
1 parent 560af9e commit 6da7c16

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/src/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Modules = [QuerySQLite]
33
```
44

5+
## User documentation
6+
57
QuerySQLite is an experimental package sponsored by Google Summer of Code. It's
68
finally ready for public use. Although QuerySQLite is only tested on SQLite,
79
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
2224
arguments, you will need use [`BySQL`](@ref) to pass a dummy SQL object instead.
2325
See the `BySQL` docstring for more information.
2426

25-
## Developer notes
27+
## Developer documentation
2628

2729
QuerySQLite hijacks Julia's multiple dispatch to translate external database
2830
commands to SQL instead of evaluating them. To do this, it construct a

0 commit comments

Comments
 (0)