Skip to content

Commit 2912adf

Browse files
authored
Update README.md
1 parent b3f83a4 commit 2912adf

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,20 @@ Perfomance of the [`database/sql`](https://pkg.go.dev/database/sql) driver is
9090
The Wasm and VFS layers are also tested by running SQLite's
9191
[speedtest1](https://github.com/sqlite/sqlite/blob/master/test/speedtest1.c).
9292

93+
### FAQ, issues, new features
94+
95+
For questions, please see [Discussions](https://github.com/ncruces/go-sqlite3/discussions/categories/q-a).
96+
97+
Also, post there if you used this driver for something interesting
98+
([_"Show and tell"_](https://github.com/ncruces/go-sqlite3/discussions/categories/show-and-tell)),
99+
have an [idea](https://github.com/ncruces/go-sqlite3/discussions/categories/ideas)
100+
101+
The [Issue](https://github.com/ncruces/go-sqlite3/issues) tracker is for bugs we want fixed,
102+
and features we're working on, planning to work on, or asking for help with.
103+
93104
### Alternatives
94105

95106
- [`modernc.org/sqlite`](https://pkg.go.dev/modernc.org/sqlite)
96107
- [`crawshaw.io/sqlite`](https://pkg.go.dev/crawshaw.io/sqlite)
97108
- [`github.com/mattn/go-sqlite3`](https://pkg.go.dev/github.com/mattn/go-sqlite3)
98-
- [`github.com/zombiezen/go-sqlite`](https://pkg.go.dev/github.com/zombiezen/go-sqlite)
109+
- [`github.com/zombiezen/go-sqlite`](https://pkg.go.dev/github.com/zombiezen/go-sqlite)

0 commit comments

Comments
 (0)