Logo
Explore Help
Register Sign In
go-bds/bds
1
0
Fork 0
You've already forked bds
Code Issues Pull Requests Actions Projects1 Releases Activity
Files
main
BranchesTags
View all branches
bds/modules/datas/internal/sqlclients/cgo.go

4 lines
73 B
Go
Raw Permalink Normal View History

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
Powered by Gitea
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API