crate / cratedb-examples

A collection of clear and concise examples how to work with CrateDB.
Apache License 2.0
8 stars 7 forks source link

TypeORM: ID column to string to support UUID #442

Closed hlcianfagna closed 2 months ago

hlcianfagna commented 2 months ago

About

Adjust example about that primary autogenerated keys with CrateDB are UUIDs, stored as strings.

References

This example uses those other dialect patches needed to make TypeORM compatible with CrateDB.

It is also stacked upon this one.