turso-sync
v0.0.2
Published
a CLI to manage the Turso database.
Downloads
8
Readme
🚀 How use
First, install the Turso CLI globally on your machine, using the tutorial. After that, you are ready to use the Turso Sync CLI.
Utilization is very simple, just run the command:
# for open the CLI
npx turso-sync
# for execute a command
npx turso-sync <command>
Answer the questions (When choosing the tool, use the arrows keys to navigate, the spacebar to select and enter to finish)
📦 Commands
npx turso-sync create <name>
: Create a new database;npx turso-sync destroy <name>
: Delete a database;npx turso-sync list
: List all databases;npx turso-sync show <name>
: Show a database;npx turso-sync create-token <name>
: Create a new token for a database;npx turso-sync migrate <name> <dir_path>
: Migrate a database;
📝 Contributing
Your contribution to the turso-sync
is essential for the evolution of the project, you can do it as follows:
- Open an issue to clear doubts, report bugs or give ideas
- Open a pull request to give ideas for code improvement, implementation of new features and bug fixes
These are just some of the ways you can contribute to the project read the CONTRIBUTING for more information
🧑 Authors
✨ Contributors
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
📄 License
turso-sync is a open source project licensed as MIT.