Skip to content

Commit 0b37084

Browse files
authored
Update README.md to include vtable feature (#1100)
Added documentation for sqlite_vtable build tag to the README.
1 parent 90900be commit 0b37084

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ go build --tags "icu json1 fts5 secure_delete"
179179
| Secure Delete (FAST) | sqlite_secure_delete_fast | For more information see [PRAGMA secure_delete](https://www.sqlite.org/pragma.html#pragma_secure_delete) |
180180
| Tracing / Debug | sqlite_trace | Activate trace functions |
181181
| User Authentication | sqlite_userauth | SQLite User Authentication see [User Authentication](#user-authentication) for more information. |
182+
| Virtual Tables | sqlite_vtable | SQLite Virtual Tables see [SQLite Official VTABLE Documentation](https://www.sqlite.org/vtab.html) for more information, and a [full example here](https://github.com/mattn/go-sqlite3/tree/master/_example/vtable) |
182183

183184
# Compilation
184185

0 commit comments

Comments
 (0)