This website requires JavaScript.
Explore
Help
Register
Sign In
go-bds
/
bds
Watch
1
Star
0
Fork
0
You've already forked bds
Code
Issues
Pull Requests
Actions
Projects
1
Releases
Activity
Files
main
Branches
Tags
View all branches
bds
/
modules
/
datas
/
internal
/
sqlclients
/
cgo.go
4 lines
73 B
Go
Raw
Permalink
Normal View
History
Unescape
Escape
Feat: Add SQLite backend and standalone API command Implement SQLite backend for user, token, and password storage. Passwords are encrypted using the configured key. Add `api` command to run the API server independently. Switch configuration file format from INI to YAML. Refine API authentication to check and expose token permissions. Add necessary database drivers and utility dependencies.
2025-05-05 17:53:00 -03:00
//go:build cgo
feat: Refactor server management and enhance user permissions handling Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
2025-05-07 00:02:07 -03:00
package
sqlclients
Feat: Add SQLite backend and standalone API command Implement SQLite backend for user, token, and password storage. Passwords are encrypted using the configured key. Add `api` command to run the API server independently. Switch configuration file format from INI to YAML. Refine API authentication to check and expose token permissions. Add necessary database drivers and utility dependencies.
2025-05-05 17:53:00 -03:00
import
_
"github.com/mattn/go-sqlite3"
Reference in New Issue
Copy Permalink