exasol/test-db-builder-java

Unify the interface for creating database objects

Closed this issue · 2 comments

Most of the database objects are instantiated with and com.exasol.db.Identifier, as in https://github.com/exasol/test-db-builder-java/blob/main/src/main/java/com/exasol/dbbuilder/dialects/postgres/PostgreSqlUser.java#L18

Some other objects do the same but change the API, as in https://github.com/exasol/test-db-builder-java/blob/main/src/main/java/com/exasol/dbbuilder/dialects/postgres/PostgreSqlSchema.java#L18

This makes the API harder to use. We should unify this.

@chiaradiamarcelo, @jakobbraun Please let me know if I can pick this issue.

Hi @priyank0910 , sure you can pick this issue.

Thanks for the contribution!