A module changing string to seconds.
Project description
EZSQLITE
Use SQLite3 without knowing SQL
How to Install :
$ pip install ezsqlite
How to Use :
from ezsqlite import Database
db = Database('File.db', 'users')
users = db.slctall()
user = db.select(id = 'test')
db.update({'id': 'test'}, {'id': 'example'})
db.insert('text', 'ex', 'ample')
db.delete(id = 'test')
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 ezsqlite-2.0.0-py3-none-any.whl.
File metadata
- Download URL: ezsqlite-2.0.0-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e255ecf0f9ff71eb68447810d3dfbeb197ba6015b222951e0c63bd6aa4482945
|
|
| MD5 |
039be6d882825553b9f2b2b167c4d48a
|
|
| BLAKE2b-256 |
d36e18cd67fdc9d1ff430f0442dddafc5a54129e48d6c1a0a3220cbec7890d6b
|