Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm
BSD 3-Clause "New" or "Revised" License
6.67k
stars
754
forks
source link
Use custom functions/extensions with go-sqlite3 driver #1130
Open
gunnsth opened 6 years ago
go-sqlite3 supports easy definition of custom functions: https://godoc.org/github.com/mattn/go-sqlite3#hdr-Go_SQlite3_Extensions
Currently cannot use the approach with xorm as:
Fails as xorm appears only to work with "sqlite3". However, I cannot use "sqlite3" as that gives the error:
Any good way around this?