Releases: tomwojcik/is_valid_postgres_column_name
Releases · tomwojcik/is_valid_postgres_column_name
v0.0.1
- validates length
- validates reserved keywords (against any postgresql version)
- validates with regex if column_name is correct
- 100% codecov and mypy