An open API service indexing awesome lists of open source software.

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

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