Kùzu is an embedded property graph database engine designed for high-performance analytical queries and local data management. It operates as a library within the host application process, utilizing a columnar-based storage architecture and just-in-time query compilation to execute complex graph traversals and pattern matching efficiently. By mapping database files directly into system memory, it ensures data durability and high-speed access while maintaining ACID-compliant transactional integrity. The engine distinguishes itself by integrating vector similarity search and full-text search di
Ktorm is a lightweight object-relational mapping framework for Kotlin that provides a type-safe SQL domain-specific language and functional sequence APIs for database interaction. It enables developers to define database schemas and map relational tables to interface-based objects, ensuring that data persistence and retrieval are handled through strongly-typed expressions. The framework distinguishes itself by utilizing a functional, collection-style approach to query construction, allowing developers to chain operations like filtering, sorting, and aggregation using idiomatic language patter
Idiomatic, typesafe, and reactive Scala client for Apache Pulsar
The Couchbase Monorepo for JVM Clients: Java, Scala, io-core…
Simple SQL queries in Scala 3
The main features of sake92/squery are: Database Access.
Open-source alternatives to sake92/squery include: kuzudb/kuzu — Kùzu is an embedded property graph database engine designed for high-performance analytical queries and local data… kotlin-orm/ktorm — Ktorm is a lightweight object-relational mapping framework for Kotlin that provides a type-safe SQL domain-specific… clevercloud/pulsar4s — Idiomatic, typesafe, and reactive Scala client for Apache Pulsar. crobox/clickhouse-scala-client — Clickhouse Scala Client with Reactive Streams support. etaty/rediscala — Non-blocking, Reactive Redis driver for Scala (with Sentinel support). couchbase/couchbase-jvm-clients — The Couchbase Monorepo for JVM Clients: Java, Scala, io-core…