mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-05 19:26:42 -07:00
add duck4s to project page
This commit is contained in:
parent
8171a36a8a
commit
240ed2650e
4 changed files with 29 additions and 2 deletions
BIN
content/projects/duck4s/duck4s_logo.jpeg
Normal file
BIN
content/projects/duck4s/duck4s_logo.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
27
content/projects/duck4s/index.md
Normal file
27
content/projects/duck4s/index.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
+++
|
||||
title = "duck4s"
|
||||
description = "A modern, type-safe Scala 3 wrapper library for DuckDB."
|
||||
weight = 3
|
||||
|
||||
[taxonomies]
|
||||
tags = ["Scala", "DuckDB", "Database"]
|
||||
categories = ["Project"]
|
||||
|
||||
[extra]
|
||||
local_image = "projects/duck4s/duck4s_logo.jpeg"
|
||||
social_media_card = "duck4s_logo.jpeg"
|
||||
toc = true
|
||||
keywords = ["Scala", "DuckDB", "Database"]
|
||||
+++
|
||||
|
||||

|
||||
|
||||
# Overview
|
||||
|
||||
A modern, type-safe Scala 3 wrapper library for DuckDB that provides idiomatic, functional programming-friendly access to DuckDB's analytical database capabilities through its Java JDBC client.
|
||||
|
||||
|
||||
## Links
|
||||
|
||||
- Repository: <https://github.com/softinio/duck4s>
|
||||
- README: <https://github.com/softinio/duck4s/blob/main/README.md>
|
Loading…
Add table
Add a link
Reference in a new issue