@ur-pkg/launch-tableplus
v1.0.1
Published
A Lando plugin for managing databases with TablePlus.
Maintainers
Readme
@ur-pkg/launch-tableplus
🚀 @ur-pkg/launch-tableplus is a handy Lando plugin for seamlessly managing your databases using the powerful TablePlus GUI. This tool bridges the gap between your Lando-managed environments and TablePlus, allowing you to open your database with ease!
✨ Features
- 🎛 Supports multiple databases: MySQL, MariaDB, PostgreSQL, and more!
- ⚡ Quick access: Launch your database GUI in a single command.
- 🖥 Cross-platform: Works on
macOSandWindows. - 🔗 Automatic configuration: Detects and sets up database connection details for you.
📦 Installation
Add from NPM
lando plugin-add @ur-pkg/launch-tableplusRemove plugin
lando plugin-remove launch-tableplusNote: Ensure that TablePlus is installed on your system.
🔧 Usage
Ensure your Lando environment is running:
Note: After installing the plugin, restart your Lando environment to apply the changes properly.
lando startLaunch TablePlus:
lando tableplusBy default, it will auto-detect your database services.
Use the
--serviceflag to specify a particular database service:lando tableplus --service database
🛠 Configuration
This plugin works out of the box, but you can customize the behavior using Lando's configuration system. Add the following to your .lando.yml file if needed:
services:
database:
type: mariadb
portforward: true🐛 Troubleshooting
- Error: Unsupported operating system:
- Currently, only
macOSandWindowsare supported.
- Currently, only
- Error: No matching database service found:
- Ensure your
.lando.ymlfile has a configured database service.
- Ensure your
🤝 Contributing
We welcome contributions! Feel free to submit issues or pull requests on GitHub.
✨ Maintainer
@ur-pkg/launch-tableplus is built with 💛 by Vinay Gawade.
Your support and feedback are valuable in maintaining and improving the plugin.
📜 License
This project is licensed under the GPL-3.0-or-later license.
🙌 Acknowledgments
Big thanks to the Lando and TablePlus communities for making development easier for everyone!
Happy coding with @ur-pkg/launch-tableplus! 🚀
