zio-connect
zio-connect copied to clipboard
WIP Cassandra Connector
TestCassandraConnectorSpec
tests fail.
I have reached the conclusion that repo.get
somehow fails and nothing from there on is executed
TestCassandraConnectorSpec
is still failing for no apparent reason. It still seems that the repo.get
somehow fails
@adrianfilip we had discussed that we may need to use zio-schema
for all the other operations, but I was thinking that we can use an ORM like phantom
instead. What do you think?
@adrianfilip we had discussed that we may need to use
zio-schema
for all the other operations, but I was thinking that we can use an ORM likephantom
instead. What do you think?
https://github.com/outworkers/phantom I think that sounds good.