#Wrapper for Node SDK.

4 messages · Page 1 of 1 (latest)

hard patrol
#

Just released an Alpha Version for lazy-appwrite: A declarative, self-healing SDK. It allows you to manage Databases, Collections, and Attributes entirely through code with zero manual setup. Future plans to include utils (Commonly used Appwrite methods made simple).

Check it out. In need of criticism and contributors.
Github: https://github.com/Ghunter254/lazy-appwrite
Docs: https://lazy-appwrite-docs.vercel.app/ (Still updating)

GitHub

A node js package for lazy appwrite setup. Contribute to Ghunter254/lazy-appwrite development by creating an account on GitHub.

sharp bridge
hard patrol
# sharp bridge this is cool, seems like a type safe version of the cli sdk that you can use in ...

Thanks Chirag, I am building it to contribute back to the community, but mainly to solve the friction of context switching. I hated jumping between my code and appwrite.json or the Console. I found myself defining TypeScript interfaces for my app, then manually duplicating that structure in the schema config. This library provides a single source of truth in code. It eliminates that duplication and gives me full IntelliSense when defining the database structure, which raw JSON lacks. So that could be something to consider

sharp bridge