Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating Documents #146

Merged
merged 9 commits into from
Mar 17, 2024
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,20 @@ Note that **ldbc** is pre-1.0 software and is still undergoing active developmen

Please drop a :star: if this project interests you. I need encouragement.

## Modules availability

| Module / Platform | JVM | Scala Native | Scala.js |
|:--------------------:|:---:|:------------:|:--------:|
| `ldbc-core` | ✅ | ✅ | ✅ |
| `ldbc-sql` | ✅ | ✅ | ✅ |
| `ldbc-query-builder` | ✅ | ✅ | ✅ |
| `ldbc-dsl` | ✅ | ❌ | ❌ |
| `ldbc-schemaSpy` | ✅ | ❌ | ❌ |
| `ldbc-codegen` | ✅ | ✅ | ✅ |
| `ldbc-hikari` | ✅ | ❌ | ❌ |
| `ldbc-plugin` | ✅ | ❌ | ❌ |
| `ldbc-connector` | ✅ | ✅ | ✅ |

## Documentation

- [English](https://takapi327.github.io/ldbc/en/index.html)
Expand Down
Loading