File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -90,9 +90,20 @@ Perfomance of the [`database/sql`](https://pkg.go.dev/database/sql) driver is
90
90
The Wasm and VFS layers are also tested by running SQLite's
91
91
[ speedtest1] ( https://github.com/sqlite/sqlite/blob/master/test/speedtest1.c ) .
92
92
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
+
93
104
### Alternatives
94
105
95
106
- [ ` modernc.org/sqlite ` ] ( https://pkg.go.dev/modernc.org/sqlite )
96
107
- [ ` crawshaw.io/sqlite ` ] ( https://pkg.go.dev/crawshaw.io/sqlite )
97
108
- [ ` 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 )
You can’t perform that action at this time.
0 commit comments