aboutsummaryrefslogtreecommitdiff
path: root/database.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unexport some other thingsRunxi Yu2025-04-051-5/+5
* Unexport fields in Serverv0.1.24Runxi Yu2025-04-051-1/+1
* Export symbols from database.goRunxi Yu2025-04-051-5/+5
* Use cmd/forge for the entry pointRunxi Yu2025-04-051-3/+3
* database shall no longer be a global variableRunxi Yu2025-04-051-7/+1
* config shall no longer be a global variableRunxi Yu2025-04-051-1/+1
* DB: Grammarv0.1.9Runxi Yu2025-04-021-1/+1
* Add descriptive comments to most Go functionsRunxi Yu2025-03-311-1/+14
* Replace FileContributor with FileCopyrightTextRunxi Yu2025-03-311-1/+1
* Remove underscores from Go code, pt 2Runxi Yu2025-03-181-5/+5
* database: Remove query_listRunxi Yu2025-03-071-25/+0
* *: Replace some := with varRunxi Yu2025-03-051-11/+13
* Add SPDX license headers to all Go filesRunxi Yu2025-03-031-0/+3
* *.go: Add some comments for docsRunxi Yu2025-02-181-0/+5
* database.go: Merge name_desc_t; remove misc.goRunxi Yu2025-02-171-0/+5
* {database,http_handle_*index}.go: Reduce query_name_desc_list duplicationRunxi Yu2025-02-141-0/+18
* index: Reformat the pageRunxi Yu2025-02-131-1/+0
* database.go: query_list[T any]Runxi Yu2025-02-131-0/+29