https://github.com/modfin/godate
Postgres date implementation in go with a set of helper functions
https://github.com/modfin/godate
Last synced: 11 months ago
JSON representation
Postgres date implementation in go with a set of helper functions
- Host: GitHub
- URL: https://github.com/modfin/godate
- Owner: modfin
- Created: 2025-07-04T08:21:14.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-07-04T09:03:03.000Z (12 months ago)
- Last Synced: 2025-07-04T10:19:40.662Z (12 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# godate
LocalDate for Go with PostgreSQL date support and helper functions.
## Features
- PostgreSQL date type integration via [github.com/jackc/pgx/v5](https://github.com/jackc/pgx)
- Helper functions for date arithmetic built upon time.Time
- Infinity date support