This commit is contained in:
Dongho Kim
2025-12-14 02:25:03 +09:00
parent c9678f28ba
commit 169997eecd
6 changed files with 756 additions and 461 deletions

View File

@@ -1,5 +1,4 @@
use scylla::{Session, SessionBuilder};
use std::sync::Arc;
use scylla::Session;
pub async fn initialize_schema(session: &Session) -> Result<(), Box<dyn std::error::Error>> {
// Create keyspace