Skip to content

Simple Postgres data types for better data consistency

Notifications You must be signed in to change notification settings

Basje/postgres-domains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published