5 Commits

Author SHA1 Message Date
1575d828bf WIP on getting started doc 2025-04-18 18:52:30 -04:00
1eec850724 Add API headings; add home content 2025-04-16 08:05:25 -04:00
5b321c498f Add doc site 2025-04-15 22:44:55 -04:00
d202c002b5 Initial Development (#1)
This project now contains:
- A generic JVM document library (with Kotlin extensions on the JDBC `Connection` object)
- A Groovy library which adds extension methods to the `Connection` object
- A Scala library, which uses native Scala collections and adds Scala-style extension methods to the `Connection` object
- A Kotlin library which uses `kotlinx.serialization` (no reflection, reified generic types) along with `Connection` extensions

Reviewed-on: #1
v1.0.0-rc1
2025-04-16 01:29:19 +00:00
995f565255 Initial commit 2025-02-13 13:57:05 +00:00