Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use string for uint64 database fields
Neither database/sql or sqlite in general can handle values larger than int64, so we use a string type to store them in the database
- Loading branch information