Matteo Landi
64742cd574
Fix SQLite driver name mismatch causing "unknown driver" errors ( #252 )
...
* fix: Use correct SQLite driver name 'sqlite3' instead of 'sqlite'
The ncruces/go-sqlite3 driver registers as 'sqlite3', but doctor.go
and example code were using 'sqlite', causing 'unknown driver' errors.
This fix corrects all sql.Open() calls to use the proper driver name:
- cmd/bd/doctor.go: 6 instances fixed
- docs/EXTENDING.md: 2 documentation examples updated
- examples/bd-example-extension-go/: Fixed example code and README
Fixes #230
Amp-Thread-ID: https://ampcode.com/threads/T-1e8c5473-cb79-4457-be07-4517bfdb73f4
Co-authored-by: Amp <amp@ampcode.com >
* Revert CGO_ENABLED back to 0 for pure-Go SQLite driver
The ncruces/go-sqlite3 driver is pure-Go and doesn't require CGO.
The previous change to CGO_ENABLED=1 in commit f9771cd was an
attempted fix for #230 , but the real issue was the driver name
mismatch ('sqlite' vs 'sqlite3'), which is now fixed.
Benefits of CGO_ENABLED=0:
- Simpler cross-compilation (no C toolchain required)
- Smaller binaries
- Faster builds
- Matches the intended design of the pure-Go driver
---------
Co-authored-by: Amp <amp@ampcode.com >
2025-11-07 14:19:14 -08:00
..
2025-11-03 20:31:11 -08:00
2025-11-04 00:23:25 -08:00
2025-10-31 18:40:32 -07:00
2025-11-06 20:15:34 -08:00
2025-11-02 10:01:38 -08:00
2025-11-02 10:38:24 -08:00
2025-10-27 20:08:50 -07:00
2025-11-06 17:31:15 -08:00
2025-11-03 22:23:36 -08:00
2025-11-03 22:23:36 -08:00
2025-11-01 11:11:20 -07:00
2025-10-31 22:39:53 -07:00
2025-10-26 21:55:01 -07:00
2025-11-02 15:37:57 -08:00
2025-11-04 23:12:42 -08:00
2025-11-06 20:14:34 -08:00
2025-11-05 20:39:47 -08:00
2025-11-06 20:14:34 -08:00
2025-11-05 21:04:00 -08:00
2025-11-05 10:26:58 -08:00
2025-10-29 22:55:13 -07:00
2025-11-01 23:56:03 -07:00
2025-11-01 19:50:34 -07:00
2025-11-05 20:39:47 -08:00
2025-10-22 13:59:58 -07:00
2025-11-02 22:17:08 -08:00
2025-10-22 13:59:58 -07:00
2025-10-26 22:48:19 -07:00
2025-11-01 19:20:01 -07:00
2025-10-20 21:08:49 -07:00
2025-11-01 19:20:01 -07:00
2025-11-05 20:39:47 -08:00
2025-11-02 20:16:40 -08:00
2025-11-01 21:27:09 -07:00
2025-11-06 19:41:38 -08:00
2025-11-05 20:39:47 -08:00
2025-10-20 21:08:49 -07:00
2025-11-02 22:17:08 -08:00
2025-11-05 20:39:47 -08:00
2025-11-05 20:39:47 -08:00
2025-11-01 23:56:03 -07:00
2025-10-20 21:08:49 -07:00
2025-11-05 21:04:00 -08:00
2025-10-31 18:40:32 -07:00
2025-11-02 18:52:44 -08:00
2025-10-24 00:56:18 -07:00
2025-11-02 18:52:44 -08:00
2025-11-06 19:54:59 -08:00
2025-11-06 19:41:27 -08:00
2025-10-31 15:11:29 -07:00
2025-11-02 22:34:24 -08:00
2025-11-02 08:09:58 -08:00
2025-10-26 22:31:24 -07:00
2025-11-06 20:14:34 -08:00
2025-11-05 14:25:48 -08:00
2025-11-07 14:19:14 -08:00
2025-10-24 13:45:04 -07:00
2025-11-05 19:16:50 -08:00
2025-11-01 11:11:20 -07:00
2025-11-02 18:52:44 -08:00
2025-11-05 10:26:58 -08:00
2025-11-01 20:29:13 -07:00
2025-11-05 14:31:41 -08:00
2025-11-06 20:15:34 -08:00
2025-11-05 20:39:47 -08:00
2025-10-27 22:44:40 -07:00
2025-11-06 15:00:15 -08:00
2025-10-31 01:07:42 -07:00
2025-10-27 20:00:49 -07:00
2025-10-30 22:24:42 -07:00
2025-11-06 13:01:44 -08:00
2025-11-06 20:14:34 -08:00
2025-10-25 16:43:44 -07:00
2025-11-06 15:00:15 -08:00
2025-11-05 19:04:14 -08:00
2025-11-05 19:04:14 -08:00
2025-11-06 15:57:51 -08:00
2025-11-06 22:23:54 -08:00
2025-11-01 22:01:41 -07:00
2025-11-05 18:10:06 -08:00
2025-11-01 20:29:13 -07:00
2025-10-26 22:31:24 -07:00
2025-11-02 22:34:24 -08:00
2025-11-06 20:00:08 -08:00
2025-11-06 20:00:08 -08:00
2025-10-31 17:17:33 -07:00
2025-11-06 20:14:34 -08:00
2025-10-20 21:08:49 -07:00
2025-11-05 13:56:12 -08:00
2025-11-06 15:38:48 -08:00
2025-10-30 16:28:13 -07:00
2025-11-06 19:23:06 -08:00
2025-11-05 18:44:02 -08:00
2025-11-02 14:31:22 -08:00
2025-11-05 21:04:00 -08:00
2025-11-01 19:57:37 -07:00
2025-11-06 20:14:34 -08:00
2025-11-02 17:10:41 -08:00
2025-11-02 20:06:05 -08:00
2025-10-18 18:21:17 -07:00
2025-11-05 13:56:12 -08:00
2025-10-14 01:10:18 -07:00
2025-10-27 20:08:50 -07:00
2025-11-06 20:00:08 -08:00
2025-11-02 11:02:58 -08:00
2025-10-27 22:59:19 -07:00
2025-10-20 21:08:49 -07:00
2025-10-27 18:31:01 +00:00
2025-10-26 22:31:24 -07:00
2025-11-02 22:34:24 -08:00
2025-10-29 12:56:51 -07:00
2025-11-01 23:56:03 -07:00
2025-11-04 23:12:41 -08:00
2025-10-31 19:44:43 -07:00
2025-10-31 22:39:53 -07:00
2025-11-04 11:25:36 -08:00
2025-11-02 14:31:22 -08:00
2025-11-05 13:56:12 -08:00
2025-10-27 20:38:13 -07:00
2025-10-31 23:03:56 -07:00
2025-11-02 21:25:40 -08:00
2025-11-06 18:49:07 -08:00
2025-11-06 18:49:07 -08:00
2025-11-05 18:10:06 -08:00
2025-11-02 17:09:39 -08:00
2025-11-06 18:47:06 -08:00
2025-11-03 20:31:11 -08:00
2025-11-03 20:31:11 -08:00
2025-11-03 22:01:37 -08:00
2025-11-06 15:51:40 -08:00
2025-11-04 01:10:18 -08:00
2025-10-31 19:44:43 -07:00
2025-11-02 18:52:44 -08:00
2025-11-05 17:37:53 -08:00
2025-11-06 20:25:36 -08:00
2025-10-22 23:05:00 -07:00
2025-11-05 21:04:00 -08:00