Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.