Peepdb

Latest version: v0.1.4

Safety actively analyzes 681881 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.4

What's Changed
* Code Restructure for implementing new features by ArthureVarghese in https://github.com/PeepDB-dev/peepdb/pull/29
* Feature/strong key storing by hasija in https://github.com/PeepDB-dev/peepdb/pull/35
* 36 using class for db types by evangelosmeklis in https://github.com/PeepDB-dev/peepdb/pull/39
* Add MongoDB support with PyMongo by daniell-olaitan in https://github.com/PeepDB-dev/peepdb/pull/41
* Fix issue with duplicate "No saved connections" message in connection listing by daniell-olaitan in https://github.com/PeepDB-dev/peepdb/pull/44
* Support for SQLite plus unit tests by evangelosmeklis in https://github.com/PeepDB-dev/peepdb/pull/49
* 27 numbers appear in scientific form add option to change to normal by Aherontas in https://github.com/PeepDB-dev/peepdb/pull/52

New Contributors
* ArthureVarghese made their first contribution in https://github.com/PeepDB-dev/peepdb/pull/29
* hasija made their first contribution in https://github.com/PeepDB-dev/peepdb/pull/35
* daniell-olaitan made their first contribution in https://github.com/PeepDB-dev/peepdb/pull/41

**Full Changelog**: https://github.com/PeepDB-dev/peepdb/compare/v0.1.3...v0.1.4

0.1.3

We're excited to announce the release of peepDB 0.1.3! This version brings some key improvements to enhance your database inspection experience.

What's New

1. ðŸ–Ĩïļ Improved CLI with Click
- Redesigned command-line interface using Click for a more intuitive and user-friendly experience.
- New command structure for easier navigation and use of peepDB features.
- Example usage:

peepdb view myconnection --table users


2. 📄 Pagination Support
- Introduced pagination for large datasets, allowing users to view data in manageable chunks.
- New `--page` and `--page-size` options for the `view` command.
- Example usage:

peepdb view myconnection --table users --page 2 --page-size 50


🔧 Other Improvements
- Performance optimizations for faster data retrieval.
- Minor bug fixes and code refactoring.

🚀 Upgrading
To upgrade to peepDB 0.1.3, simply run:

pip install --upgrade peepdb


💎 Feedback
We value your feedback! If you encounter any issues or have suggestions for improvements, please open an issue on our [GitHub repository](https://github.com/PeepDB-dev/peepdb).

Thank you for using peepDB! 🙌


v0.1.2-release

0.1.2

We're excited to announce the first test release of peepDB, a powerful and user-friendly database inspection tool!

What's New

- Initial release of peepDB
- Support for MySQL, PostgreSQL, and MariaDB
- Command-line interface for easy database inspection
- Secure storage of database connection details
- Formatted table and JSON output options

Key Features

- 🚀 Multi-Database Support: Works with MySQL, PostgreSQL, and MariaDB
- 🔍 Quick Data Inspection: View all tables or a specific table with a simple command
- ðŸ–Ĩïļ User-Friendly CLI: Easy-to-use command-line interface
- 🔒 Secure Storage: Securely store database connection details with encryption
- ðŸŠķ Lightweight: Minimal footprint, designed for speed
- 📊 Formatted Output: View data in a clean, formatted table or JSON format

Installation from TestPyPI

This is a test release available on TestPyPI. To install this version, use:


pip install -i https://test.pypi.org/simple/ peepdb==0.1.2


Please note that this is a test release and is not recommended for production use. We appreciate any feedback or issues you may encounter while testing this release.

What's Next

- Further testing and refinement of features
- Performance optimizations
- Additional database support
- Official release on PyPI

We're looking forward to your feedback and contributions as we continue to improve peepDB!

Links

Releases

Has known vulnerabilities

ÂĐ 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.