Golang Go语言中发现个pure go的sqlite驱动 源于tg 群群友的推荐 文档:https://pkg.go.dev/modernc.org/sqlite而且还有相应的 gorm 的驱动:https://github.com/cloudquery/sqlite 这样似乎用不到 cgo 了,而且 goreleaser 什么的好像都能跑 有没有人用过这个库,性能什么的差别大吗?如果不错的话感觉挺香的 ...
zlyuanteng2楼•4 个月前sinazl3楼•4 个月前gougou1684楼•4 个月前nodeper5楼•4 个月...
ionicwang2楼•4 个月前phonegap1003楼•4 个月前phonegap1004楼•4 个月前itying8885楼•4...
The feature which I am happy to do a PR for is to remove the use of the existing CGO based SQLite implementation with a pure Golang based implementation here. https://github.com/zombiezen/go-sqlite Motivation The CGO libraries are a HUGE pain with Windows machines and even other machines...
// Pure go SQLite driver, checkout https://github.com/glebarez/sqlite for details "gorm.io/gorm" ) // github.com/mattn/go-sqlite3 db, err := gorm.Open(sqlite.Open("gorm.db"), &gorm.Config{}) SQL Server import ( "gorm.io/driver/sqlserver" ...
go-lua - A Lua VM in pure Go DCLua - Go Lua Compiler and VM otto - JavaScript 解释器 goja - ECMAScript 5.1(+) 实现 v8go - Execute JavaScript from Go gpython - Python Interpreter on Go Grumpy - 转换 Python 为 Go 代码,谷歌开源 starlark-go - Starlark in Go avo - x86 汇编程序构建...
gosc - Pure Go OSC(开放式声音控制)库 go-taglib - TagLib 的 Go 包装器,音频元数据解析器 go-tmx - 读取 Tiled 的 TMX 文件的 Go 库 govips - 闪电般快速的 Go 图像处理和调整大小库 GoVisa - Go 中的 H265/HEVC 比特流分析器 go-vlc - 绑定 libVLC go.wde - 一个窗口/绘图/事件界面 gox...
Sqinn-Go - SQLite with pure Go. NoSQL Databases aerospike-client-go - Aerospike client in Go language. arangolite - Lightweight golang driver for ArangoDB. asc - Datastore Connectivity for Aerospike for go. forestdb - Go bindings for ForestDB. go-couchbase - Couchbase client in Go. go-...
https://github.com/PureWhiteWu/fastrand https://github.com/olivia-ai/olivia https://github.com/ronaksoft/rony https://github.com/a8m/syncmap https://github.com/golangci/golangci-lint https://github.com/gobwas/ws https://github.com/casbin/casdoor https://github.com/alexzorin/authy http...
SQLite PostgreSQL Image processing Auto cropping Badge support Face detection Image hashing RESTful API 20+ providers Text translation To install this package, you first needGoinstalled (go1.23+ is required), then you can use the below Go command to install SDK. ...