This is the simplest module for quick work with sqlite3.
Project description
w3ssel Library
Quick Guide
Using this library is very easy:
First, we need to setup database direcroty
For this we use setdirecritry it's look like that:
import simpledb as s
s.setdirecritry("path//database.db")
Examples how to use all operations:
Creating table with CreateTable(name: str, collumn: str):
s.table.CreateTable("table_name", "int_values INT, str_values STR")
Adding to table items with AddToTable(table: str, items: list):
s.table.AddToTable("table_name", [1,"str"])
Deleting items from table with DeleteFromTable(table: str, collumn: str, target: list):
s.table.DeleteFromTable("table_name", "int_values" [1])
Getting data from table with search.item(table: str, target: list):
print(s.search.item("table_name", "str")) or print(s.search.item("table_name", 1))
Creator
site: click
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wessql-0.0.2.tar.gz.
File metadata
- Download URL: wessql-0.0.2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
155171c773c49f1bb747d376321ad571676e951d77748f172153d400d4dcfaad
|
|
| MD5 |
815707723968d43fda015d1a56674e00
|
|
| BLAKE2b-256 |
b28bcb766c07f6c9234edfe2684830d0a16246778028bc620fa543078bec6f43
|
File details
Details for the file wessql-0.0.2-py3-none-any.whl.
File metadata
- Download URL: wessql-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa0c5ec72fd7e5b83903c787c5772dd169af60fc30807a282721d68d3e726126
|
|
| MD5 |
978da40e26f69fa9e06cf8a3b8799df9
|
|
| BLAKE2b-256 |
e9fe4491691cdae0c6e8fde4562a7866edfb1583bf08f50902e0e48e2fbc2073
|