Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.45 KB

README.md

File metadata and controls

49 lines (40 loc) · 1.45 KB

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.
  • Developer docs: explains the codebase and internal extension points for advanced customization.

Common topics:

.. toctree::
   :hidden:
   :glob:
   
   api_conventions/*
   case_sensitivity/*
   core/*
   developer/*
   mapper/*
   osgi/*
   query_builder/*