Skip to content

Commit 2623c68

Browse files
committed
Fix #185 by mentioning in the docs that only 3.x version sqlite files are supported
1 parent 5ff50ed commit 2623c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SQLite.load!
1212
## Types/Functions
1313
* `SQLite.DB(file::AbstractString)`
1414

15-
`SQLite.DB` requires the `file` string argument as the name of either a pre-defined SQLite database to be opened, or if the file doesn't exist, a database will be created.
15+
`SQLite.DB` requires the `file` string argument as the name of either a pre-defined SQLite database to be opened, or if the file doesn't exist, a database will be created. Note that only sqlite 3.x version files are supported.
1616

1717
The `SQLite.DB` object represents a single connection to an SQLite database. All other SQLite.jl functions take an `SQLite.DB` as the first argument as context.
1818

0 commit comments

Comments
 (0)