This package has been deprecated

Author message:

SocketDB is now split into multiple packages: @socketdb/client & @socketdb/server. See: https://socketdb.com/guide/migration-guides/v3-to-v4.html for how to upgrade.

socketdb
TypeScript icon, indicating that this package has built-in type declarations

3.9.0 • Public • Published

logo
SocketDB

Real-time synchronized data storage

Version Documentation License: MIT

· Homepage · Report Bug / Request Feature ·

Table of Contents

➡️ Documentation

You can find the documentation here: https://timobechtel.github.io/socketdb

Install

yarn add -D socketdb

Run tests

yarn test

🤝 Contributing

Contributions, issues and feature requests are welcome!

  1. Check issues
  2. Fork the project
  3. Create your feature branch (git checkout -b feat/AmazingFeature)
  4. Test your changes yarn run test
  5. Commit your changes (git commit -m 'feat: add amazingFeature')
  6. Push to the branch (git push origin feat/AmazingFeature)
  7. Open a pull request

Commit messages

This project uses semantic-release for automated release versions. So commits in this project follow the Conventional Commits guidelines. I recommend using commitizen for automated commit messages.

Show your support

Give a ⭐️ if this project helped you!

📝 License

This project is MIT licensed.

Author

👤 Timo Bechtel


This README was generated with ❤️ by readme-md-generator

Package Sidebar

Install

npm i socketdb

Weekly Downloads

2

Version

3.9.0

License

MIT

Unpacked Size

257 kB

Total Files

40

Last publish

Collaborators

  • timobechtel