-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Go-SQLite3 v2.0.0
WORK IN PROGRESS
Please Submit Your Wishes / Requests
Planned Updates
- Add Context to errors More Information
- Add additional tests for provided options
- Fix Extension loading; current when a module cannot be found it returns an unknown error 115 from SQLite; provided more error information which extension could not be loaded.
- Implement Golang:1.10 SQL Connector
- Rewrite connection configuration
- See if sqlite3.go can be split on a functional level with moving to code for statements to its own file
- Update Examples
- Research if in combination with new configuration if the DSN connection can be configured with options without a
_
prefix. - Add more comments to explain workings to allow easier contribution
- Add contributing guide
- Increase code coverage
- Implement Golang project layout
Tests
Write additional tests
- Foreign Keys
- FTS5
- ICU
- Introspect
- JSON1
- Secure Delete (If possible)
- Stat4
- User Auth