NielsCo / typespec-postgres

An expansion for TypeSpec enabling the definition of DB-Schema within the API-Definition in TypeSpec and emitting them to Postgres-Schema
Other
6 stars 0 forks source link

Add another decorator to allow for the definition of index #6

Open NielsCo opened 1 year ago

NielsCo commented 1 year ago

Another nice feature would be to add another decorator that will enable index functionality. The first step would be to write a concept for this.

NielsCo commented 1 year ago

Maybe this is too deep in the domain of actual database-design and should not be part of this project