Skip to content

front-depiction/confect

 
 

Repository files navigation

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 become Effects, A | nulls becomes Option<A>s, etc.).

Want to learn more? Read the docs!

About

Use Effect with Convex!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.1%
  • JavaScript 1.8%
  • HTML 0.1%