forked from go-gorm/sqlite
-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Description
Hi! First of all Thank you for this project 🌷
How i can benefit from other features with the modernc.org/sqlite driver?
For example, I can create a custom SQLite function by writing this:
import sqlite "modernc.org/sqlite"
func main() {
// register a new sqlite function! easily: (e.g SELECT new_id();)
sqlite.MustRegisterScalarFunction("new_id", 0, newID)
// ....
}But this function (and others) doesn't appear in your driver.
Thanks 🤗
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels