Skip to content

Add sqlazo module to 'Database' section #2702

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tutosrive
Copy link

What is this Python project?

SQLAZO is a module for managing SQLite databases via a simple Database class. It provides methods like create_table, insert_data, get_data_all, get_data_where and delete_data to perform standard CRUD operations.

pip install sqlazo

What’s the difference between this Python project and similar ones?

Aspect SQLAZO sqlite3 (stdlib) SQLModel / SQLAlchemy
API Level High-level methods for common tasks Low-level cursor and connection Declarative ORM with models and sessions
Ease of Use One class covers create, read and delete You write raw SQL You define models, more boilerplate
Dependencies Depends on sqlite3 only, chromologger Standard library only External packages
Use Case Quick scripts and small apps Built-in DB access for general Python Large applications needing complex schemas

Anyone who agrees with this pull request could submit an Approve review to it.

@9212440003sm
Copy link

99719 13746

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants