0.0.18 • Published 9 months ago
@rjdellecese/confect v0.0.18
Confect 🧁
Confect is a framework that deeply integrates Effect with Convex. It's more than just Effect bindings! Confect allows you to:
- Define your Convex database schema using Effect schemas.
- Use Confect functions to automatically decode and encode your data according to your Effect schema definitions when reading from and writing to the database.
- Write Convex function args and returns validators using Effect's schema library.
- Use Effect's HTTP API modules to define your HTTP API(s). Includes interactive OpenAPI documentation powered by Scalar.
- Use Effect-ified versions of all of the Convex server APIs (
Promises
becomeEffect
s,A | null
s becomesOption<A>
s, etc.).
Want to learn more? Read the docs!
0.0.18
9 months ago
0.0.14
10 months ago
0.0.15
10 months ago
0.0.16
10 months ago
0.0.17
10 months ago
0.0.12
10 months ago
0.0.13
10 months ago
0.0.11
10 months ago
0.0.10
10 months ago
0.0.9
10 months ago
0.0.8
10 months ago
0.0.7
11 months ago
0.0.6
11 months ago
0.0.5
11 months ago
0.0.4
11 months ago
0.0.3
11 months ago
0.0.2
11 months ago
0.0.1
11 months ago