Skip to content

Latest commit

 

History

History
70 lines (42 loc) · 1.72 KB

File metadata and controls

70 lines (42 loc) · 1.72 KB

drogon scylladb crud basic

An example of basic create, update, read, and delete with drogon framework and scylladb



required installed package/library



project short brief

if this is the first time you installed scylladb, consider to:

  • set connection auth mode to 1
  • set connection auth mode to 2, if you already set username and password for database connection, by default it will using cassandra as username & cassandra as password
  • the rest of connection auth mode hasn't been tested


confirmed & tested informations

operating system:

  • Debian 12 - WSL

scylladb:

  • engine version:
    • 6.0.x ( Debian 12 WSL )
  • engine strategy:
    • LocalStrategy ( 6.0.x )


extra information



end of drogon scylladb crud basic