Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1012 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 1012 Bytes

Postgres domains

Using Postgres has been a very enjoyable experience, and through the years of working with it I have run across some types that we use over and over again. At first we wrote custom constraints for individual fields, but the powerful domain system in Postgres allows for a much better, clearer and efficient approach.

This repository is my attempt at collecting and documenting the types for future use.

Included types

Roadmap

  • Add E-mail address and Semantic version types
  • Add better documentation for project goals
  • Add examples