Easy Squlit3 For Beginners
Project description
Easy Squlite
A easy version of squlite for begginers
Documentation
- = Requred Arguments
Key
!! Don't type the "*" !!
e.g. connect(databasename) * format : command(args)
Required Perameters:
connect(databasename) *
Commands:
maketable(tablename,columns) * Creats a table in the database TABLENAME is the name of the table and COLUMS is the type eg: number INTEGER
inserttable(tablename,columns,values) * Used to insert data in the database
deleteinput(tablename,columns,values) * Delete stuff from tables
deletetable(tablename) * Delete Entire Tables
checkiftableexists(tablename) * Check if a spesific table exists TIP: This command returns True/False
checkifvalueexists(tablename,columns,values) Checks if a value exists in a table TIP: This command returns true/false
gettable(tablename) Returns the value(s) and columns of a entire table
getcolumn(tablename,columns) Returns the value(s) of a column
cleardatabase(databasename) Deletes a entire database
getdatabase(databasename) Get all the stuff in a database
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 easysqulite_321onoff-0.0.1.tar.gz.
File metadata
- Download URL: easysqulite_321onoff-0.0.1.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
759104f07aaaad66e2c5b21ed1f55fadb980c6cfa4019c5f73520ae974bf0eaa
|
|
| MD5 |
6594faba7335ad9b1c45e2a85775c8eb
|
|
| BLAKE2b-256 |
102ccd7e624cb3afd755754ce881964a65f7740ac546074c5aa2ba186bfcac73
|
File details
Details for the file easysqulite_321onoff-0.0.1-py3-none-any.whl.
File metadata
- Download URL: easysqulite_321onoff-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87ae3e03ad69afddbc93ac806738f91a09a02769326013d522eac78694cb49fc
|
|
| MD5 |
ecf99dd78ad408e6641f984f7220f806
|
|
| BLAKE2b-256 |
78c61bade60e88523a26703215862d5c848e1c047d7d4e019862711464bda85c
|