Metadata-Version: 2.4
Name: PowerDB
Version: 2.1.5
Summary: a DBM which is fast & easy to use for local small scale databases
Project-URL: Homepage, https://github.com/WeDu-official/PowerDB
Project-URL: Issues, https://github.com/WeDu-official/PowerDB/issues
Author-email: WeDu-official <fplu.the.founder@gmail.com>
License-File: LICENSE
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows :: Windows 8.1
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Database
Requires-Python: >=3.8
Requires-Dist: openpyxl>=3.1.5
Description-Content-Type: text/markdown

<img alt="logo" src="https://github.com/user-attachments/assets/0a9537bb-746b-44b5-883b-2dcddc65d544" width=300/>

**PowerDB 2.1.5** a DBM which is fast & easy to use for local small scale databases

<H3>~NEW RELEASE FEATURES(completely rebuild and new):</H3>

**AN INSANE AMOUNT OF HARD WORK AND SWEAT AND BLOOD WENT INTO THIS PROJECT!**
(2.0 UPDATE)
* 1-NAMING SYSTEM FOR CONTAINERS AND TABLES *1
* 2-DROPPING CONTAINERS AND TABLES
* 3-WHOLE NEW SYSTEM FOR SEARCHING AND I/O FROM THE DB
* 5-NEW ERRORS SYSTEM AND HANDLING
* 6-DELETE,EDIT,INSERT,READ AND OTHER FUNCTIONALITIES GOT IMPROVED
* 7-NEAR 1000000X OR EVEN FASTER PERFORMANCE FOR FUNCTION WHICH WERE HEAVY
* 8-REWRITTEN SYNTAX
* 9-AN INSANE AMOUNT OF CORRECTIONS,BUGFIXES,MANAGEMENT 

**"TO TURN A STICK BARELY STANDING IN IDEAL CONDITIONS INTO AN UNSTOPPABLE BEAST WHICH CAN HANDLE PROBLEMS ALL TIME"**

<code>*1:you can use the .getid function with the name to get its id and use it</code>

<h5>(2.1 UPDATE)</h5>

* 1-YOU CAN EXPORT ALL THE TABLES INTO AN EXCEL FILE
* 2-YOU CAN GET NAME OF TABLE/CONTAINER USING THE .getname (table_data/container_data) FUNCTION
* 3-YOU CAN CHANGE NAME OF TABLE/CONTAINER USING THE .change_name (table_data/container_data) FUNCTION
* 4-YOU CAN GET THE NUMBER OF COLUMNS AND ROWS IN A TABLE ALONE WITHOUT GETTING BOTH(LIKE THE .totaltable FUNCTION)
* 5-YOU CAN GET THE ADDRESS OF EVERY SINGLE ITEMS IN THE TABLE AND THEIR NUMBER AND EVEN GROUP THEM USING THE INDEX
* 6-improvements in table\container creation and many more inner_functions were added
* 7-corrections for our stupid mistakes

**NOTE: THE PowerDB ONLY work in almost any operating system(\*1) which can support python 3.8 and above**

**\*1: THE PowerDB wasn't tested on any operating system expect window
and the 32-bit version of it wasn't tested, only window 64-bit operating system was tested**

**PowerDB** deals with esp. **local small scale databases** very easily , and many operations in PowerDB are super easy to do
and everything is automatic
to help developers esp. **single developers** to deal with the database or storing side of their **projects**

## Install

to install the latest stable version use the following command

<code>pip install PowerDB==2.1.5</code>

## Contribute

if you have discovered a bug, or you want to change something just open a new issue
at [Issues](https://github.com/WeDu-official/PowerDB/issues)

## Contact

you can contact us using this [email](mailto:fplu.the.founder@gmail.com)
,and you can be a part of our community by joining [our discord server](https://discord.gg/mnduzx6yUg)
