Add experimental support golang native sqlite driver #1816

Closed
opened 2020-10-24 07:25:06 +00:00 by jidckii · 2 comments

The current driver has CGO bindings, so dynamic dependencies appear during cross-compilation.
Having a native driver would solve this problem.

https://pkg.go.dev/modernc.org/sqlite

The current driver has CGO bindings, so dynamic dependencies appear during cross-compilation. Having a native driver would solve this problem. https://pkg.go.dev/modernc.org/sqlite
lunny added the
kind
proposal
label 2020-10-24 08:52:16 +00:00
Owner

It seems it hasn't support macOS.

It seems it hasn't support macOS.
Owner

This has been merged via #1850

This has been merged via #1850
lunny closed this issue 2021-03-23 13:39:23 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xorm/xorm#1816
No description provided.