AbsaOSS / ultet

Database deployment tool
Apache License 2.0
3 stars 0 forks source link

Type parsing #2

Open benedeki opened 1 year ago

benedeki commented 1 year ago

Background

Types are not reliable enough to compare only as strings.

Feature

Add types as actual classes that are members of the DBTableColumn and implement their parsing from string and creation from PG.

Note

Type parsing should be enough for tables only.