SachaMorard / phalcon-cassandra

https://phalcon-cassandra.vercel.app
MIT License
10 stars 1 forks source link

Missing schema option and issues with annotations #3

Open mohahn opened 6 years ago

mohahn commented 6 years ago

I'm using PhalconPHP 3.4. After installing your library I can't get it to work, so I have to setup some services like mentioned in issue #2. Now I have the problem that annotations are expected even for MySQL models. Is there a way to workaround?

Also, an additional annotation parameter would be fine to define schema/keyspace for table. I've extended your class which works for me, but I think it's a common use case.

Is there any option to execute native CQL statement with your library?