Skip to main content

DbUnify (Database Management) is a versatile Python library that simplifies database connectivity and management using SQLite.

Project description

DbUnify | Database Management

DbUnify (Database Management) is a versatile Python library that simplifies database connectivity and management using SQLite.

Installation

Install the DbUnify library from PyPI or GitHub.

pip install DbUnify

or

git clone https://github.com/Sepehr0Day/DbUnify.git

Connect To Database

import DbUnify.sync as sync

# Initialize a database manager with the name 'database.db'
db_manager = sync.Manager('database.db')

Create Table

import DbUnify.sync as sync

# Create a table named 'employees' with specified columns
db_manager.create_table('employees', [
    ('id', 'INTEGER PRIMARY KEY'), 
    ('name', 'TEXT'),
    ('age', 'INTEGER'),
    ('department', 'TEXT')
    ])

Documentation DbUnify:

For more information and advanced usage, refer to the DbUnify documentation.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Developer


Your Database Management DbUnify, made easy with DbUnify.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DbUnify-1.0.7.tar.gz (13.6 kB view hashes)

Uploaded Source

Built Distribution

DbUnify-1.0.7-py3-none-any.whl (17.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page