Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sithu-khant/dbwrite
Easily work with Appwrite databases.
https://github.com/sithu-khant/dbwrite
appwrite appwrite-database database odm orm
Last synced: 11 days ago
JSON representation
Easily work with Appwrite databases.
- Host: GitHub
- URL: https://github.com/sithu-khant/dbwrite
- Owner: sithu-khant
- License: mit
- Created: 2024-12-28T08:52:20.000Z (12 days ago)
- Default Branch: main
- Last Pushed: 2024-12-28T09:19:53.000Z (12 days ago)
- Last Synced: 2024-12-28T10:20:28.652Z (12 days ago)
- Topics: appwrite, appwrite-database, database, odm, orm
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dbwrite
## NOTICE: Work in progress
Easily work with Appwrite databases.
## Documentation
Documentation at: [sithu-khant.github.io/dbwrite/](https://sithu-khant.github.io/dbwrite/#/).
> Plan to have: [dbwritejs.com](https://dbwritejs.com). Need to buy a domain.
We used [Docsify](https://docsify.js.org) for our documentation.
## Installation
### Bun
```bash
bun add appwrite
```### Npm
```bash
npm install appwrite
```## Resources
- [Appwrite Databases Server docs](https://appwrite.io/docs/references/cloud/server-nodejs/databases)
- [How to make your own NPM package](https://www.youtube.com/watch?v=xnfdm-s8adI)# Suggestions or Issues?
All the new suggestions are always welcome! You can suggest here -> [GitHub Discussions](https://github.com/sithu-khant/dbwrite/discussions)
Feel free to create a new issue here -> [GitHub Issues](https://github.com/sithu-khant/dbwrite/issues)
# Contributors
All the new contributors are always welcome! Please make a pull request. Please don't work on the `main` branch.
## License
`MIT License`
## Logs
- Sun Dec 29, 2024
- (12.29.01) - Initialized the docs using `docsify`.
- (12.29.02) - Initialized the npm package project structure.
- Sat Dec 28, 2024
- (first-commit) - Started this project.