summaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-31Revert "src/cracha.go: Use PoolRunner() and Result type from gobang"EuAndreh2-2/+113
2024-10-29.gitignore: Include pattern for cgoEuAndreh1-0/+1
2024-10-29src/cracha.go: Use PoolRunner() and Result type from gobangEuAndreh2-113/+2
2024-10-29mkdeps.sh: Fix typo on varlist nameEuAndreh2-2/+2
2024-10-29Makefile: Prioritize local version when building and linkingEuAndreh1-2/+2
2024-10-27Rename gracha -> crachaEuAndreh12-94/+111
2024-10-27src/gracha.go: New() - manage *sql.DB handle internallyEuAndreh1-6/+19
2024-10-27src/gracha.go: Add public types for User and SessionEuAndreh1-65/+144
2024-10-27Makefile: normalize with latest standardsEuAndreh1-6/+4
2024-10-22Remove "metadata" column from tablesEuAndreh3-65/+10
2024-10-21Start implementing first queries and its testsEuAndreh4-261/+1623
2024-10-20Initial project versionEuAndreh13-606/+987
2024-09-29Makefile: Use generic pattern for db artifacts in $(side-assets)EuAndreh1-1/+1
2024-09-28Init Go project skeleton with liteq initEuAndreh10-0/+1299