Skip to content

Files

This branch is 77 commits behind apache/cassandra-java-driver:4.x.

manual

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 28, 2019
Oct 2, 2023
Oct 2, 2023
Nov 3, 2023
Jul 12, 2023
Sep 7, 2023
Jul 12, 2023
Jul 12, 2023
Oct 22, 2019
Oct 22, 2019

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: