NO-SQL Packages Built upon SQLite
Project description
ONRush
NO-SQL Packages Built upon SQLite
ONRush makes working with data base easy by taking all the heavy stuff
Usage :
import :
from ONRush import Rush
initializing the database
db = Rush.DBConnect(FN = 'sample.db', TN = 'Table_name',TC = '(cloumn1 text,column2 varchr)')
this method for inserting self.data into specific table
db.Add(TN = 'Tablename', VL = '(?,?)',Data = ( data1,data2 ))
this method returns the table as Dictionary
db.Listrequest(TN ='Tablename')
this for deleting items
db.DeleteRecord(Table_Name,ID,item)
this method returns the specified item
db.Listrequest2(Table_Name,ID,item)
this method for updating items
db.Update(Table_Name , Column , VL1 , Column1 ,VL2)
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 ONRush-0.0.1-py3-none-any.whl.
File metadata
- Download URL: ONRush-0.0.1-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d0e2d4218577d235b8e76e8acd1f826966a0dd5f390c8b01f92cc8515f49b04
|
|
| MD5 |
b8f373d176406d69c084620790e48eeb
|
|
| BLAKE2b-256 |
b8e85cd39ca94b68802bb8717779cb4f04e26cd786abc7845495c564fe4560d1
|