Open guice opened 10 years ago
Is there a way to create TimeUUIDs with YACassandraPDO? Or in general?
You need external library to generate TimeUUIDs and then use them via YACassandraPDO.
According to how other drivers are working, this driver should provide utility functions to convert TimeUUID to DateTime, DateTime to TimeUUID, generating UUID (each versions), be able to generate a min / max UUID, etc.
How do I insert data into TimeUUID column? I didn't find any examples of that within the unit tests.
I need to insert specific dates/times into TimeUUID columns for data migration from one DB into Cassandra.