Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
peepDB v0.1.2 - First Official Release source code.tar.gz | 2024-09-07 | 27.7 kB | |
peepDB v0.1.2 - First Official Release source code.zip | 2024-09-07 | 37.8 kB | |
README.md | 2024-09-07 | 1.8 kB | |
Totals: 3 Items | 67.4 kB | 0 |
๐ peepDB v0.1.2 Release
We're excited to announce the official release of peepDB v0.1.2 on PyPI! ๐ peepDB is an open-source command-line tool and Python library designed for developers and database administrators who need a fast and efficient way to inspect their database tables without writing SQL queries.
โจ What's New in v0.1.2
This release marks the first official version of peepDB available on PyPI. While it's an early release, it comes with a robust set of features and improvements:
- ๐๏ธ Multi-Database Support: Now fully tested and compatible with MySQL, PostgreSQL, and MariaDB.
- ๐ Enhanced Security: Implemented secure storage of database connection details using encryption.
- ๐ฅ๏ธ Improved CLI: Refined the command-line interface for a more intuitive user experience.
- ๐งช Comprehensive Testing: Added extensive unit tests to ensure reliability and stability.
- ๐ Documentation: Included detailed usage instructions and examples in the README.
๐ Key Features
- ๐ Quick data inspection of all tables or a specific table with simple commands
- ๐ Secure storage of database connection details
- ๐ ๏ธ User-friendly command-line interface
- ๐ชถ Lightweight design for minimal footprint and maximum speed
- ๐ Formatted output in both table and JSON formats
๐ฅ Installation
You can install peepDB directly from PyPI using pip:
:::bash
pip install peepdb
๐ฌ Feedback and Contributions
We welcome your feedback and contributions! Please visit our GitHub repository to report issues, suggest features, or contribute to the project.
Thank you for your interest in peepDB. We hope it proves to be a valuable tool in your development workflow! ๐