SaaSHub helps you find the best software and product alternatives Learn more →
Top 12 Scala SQL Projects
-
In the meantime, other query engine support is on the roadmap, including Apache Spark, Apache Flink, and others.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
Slick
Slick (Scala Language Integrated Connection Kit) is a modern database query and access library for Scala (by slick)
Project mention: Show HN: Node.js ORM to query SQL database through an array-like API | news.ycombinator.com | 2024-09-05Scala has a library called Slick which takes a similar approach: https://scala-slick.org
The DSL is nice for simple querying and for composing queries based upon user input. But, for anything slightly complex, I found it's better to just use regular SQL.
-
kyuubi
Apache Kyuubi is a distributed and multi-tenant gateway to provide serverless SQL on data warehouses and lakehouses.
-
-
-
scalasql
Scala ORM to query SQL databases from Scala via concise, type-safe, and familiar case classes and collection operations. Connects to Postgres, MySql, H2, and Sqlite out of the box
-
Project mention: The world could run on older hardware if software optimization was a priority | news.ycombinator.com | 2025-05-13
inline def joes = people.filter(p => p.name == "Joe")
run(joes)
[0] https://github.com/zio/zio-protoquill?tab=readme-ov-file#quo...
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
-
Project mention: Show HN: Build you own SQL query planner/optimizer guide | news.ycombinator.com | 2024-11-27
-
-
-
Scala SQL discussion
Scala SQL related posts
-
Show HN: Build you own SQL query planner/optimizer guide
-
Show HN: Node.js ORM to query SQL database through an array-like API
-
How many people/companies are fully on Scala 3?
-
First Slick prerelease for Scala 3!
-
Slick 3.5.0-M3 has been released
-
Uber Interview Experience/Asking Suggestions
-
Open-source data collection & modeling platform for product analytics
-
A note from our sponsor - SaaSHub
www.saashub.com | 1 Sep 2025
Index
What are some of the best open-source SQL projects in Scala? This list will help you:
# | Project | Stars |
---|---|---|
1 | Apache Spark | 41,789 |
2 | Slick | 2,664 |
3 | kyuubi | 2,236 |
4 | Airframe | 659 |
5 | metorikku | 588 |
6 | scalasql | 231 |
7 | zio-protoquill | 221 |
8 | lightdb | 51 |
9 | query-planner-guide | 34 |
10 | Spark Tools | 11 |
11 | Scala-Guide | 3 |
12 | scommons-websql | 1 |