Skip to content

Commit 0a1fc8f

Browse files
committed
Update exports
1 parent 2a7dee7 commit 0a1fc8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SQLite.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
module SQLite
22

33
export NULL, SQLiteDB, SQLiteStmt, ResultSet,
4-
execute, query, tables, drop, create, append
4+
execute, query, tables, indices, columns, drop, dropindex,
5+
create, createindex, append, deleteduplicates
56

67
if VERSION < v"0.4.0-dev"
78
const AbstractString = String

0 commit comments

Comments
 (0)