Expand description
This crate contains the core models/interfaces used by CQL Database.
It does not contain any implementations.
Traitsยง
- CqlReadable
- A CQL Value Type with single point read capability.
- CqlStream
Readable - A CQL Value Type with stream read capability.
- CqlType
- The base CQL Value Type
- CqlWritable
- A CQL Value Type with single point write capability.