AbsaOSS / ultet

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

Classes representing table and its indexes #16

Closed benedeki closed 1 year ago

benedeki commented 1 year ago

Background

Tables need to be represented within the application for further analysis and eventually change SQL entries

Feature

Design a class that will represent a DB table, its columns and its indexes (no other DB object in scope for now). Even columns have limited scope.