https://github.com/fluidsonic/fluid-dataloader
https://github.com/fluidsonic/fluid-dataloader
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fluidsonic/fluid-dataloader
- Owner: fluidsonic
- License: apache-2.0
- Created: 2022-09-06T01:08:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-24T03:28:17.000Z (over 2 years ago)
- Last Synced: 2025-03-21T12:30:05.190Z (10 months ago)
- Language: Kotlin
- Size: 131 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fluid-dataloader
================
[](https://search.maven.org/artifact/io.fluidsonic.dataloader/fluid-dataloader)
[](https://github.com/fluidsonic/fluid-dataloader/actions?workflow=Tests)
[-blue.svg)](https://github.com/JetBrains/kotlin/releases/v1.8.22)
[](https://kotlinlang.slack.com/messages/C7UDFSVT2/)
Facebook's [DataLoader](https://github.com/graphql/dataloader) library ported to Kotlin multiplatform using coroutines.
# TODO
- FIXMEs
- TODOs
- KDoc
- README
- actually use this thing in a project
- release
Installation
------------
`build.gradle.kts`:
```kotlin
dependencies {
implementation("io.fluidsonic.dataloader:fluid-dataloader:0.2.0")
}
```
License
-------
Apache 2.0