Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 434 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 434 Bytes

Manual

Driver modules:

  • Core: the main entry point, deals with connectivity and query execution.
  • Query builder: a fluent API to create CQL queries programmatically.
  • Mapper: generates the boilerplate to execute queries and convert the results into application-level objects.

Common topics: