AmbSQL is a DBMS which is approx 10x faster and the most EASY to operate on.
Project description
AmbSQL
- AmbSQL is a Relational Database Management System which created with keeping in focus the speed and the ease to operate on.
- Made With ❤ in Python3
Documentation
Please refer to the documentation at https://github.com/ambujraj/AmbSQL/wiki/Documentation
Compatibility
This program is compatible with python - 3.x
Installation
For Command-line Interface
- Download the AmbSQL.exe file from https://github.com/ambujraj/AmbSQL/releases and run it on Your PC.
- AmbSQL can also be downloaded from https://ambujraj.github.io/AmbSQL/download/.
For Python Package
You can use one of the below methods to download and use this repository.
Using pip:
$ pip install ambsql
Manually using CLI:
$ git clone https://github.com/ambujraj/AmbSQL.git
$ cd AmbSQL
$ sudo python3 setup.py install (Linux and MacOS)
$ python setup.py install (Windows)
Manually using UI:
Go to the repo on github => Click on 'Clone or Download' => Click on 'Download ZIP' and save it on your local disk.
Usage
If installed CLI, open the AmbSQL.exe file and get the work started.
If installed using pip or CLI:
$ python
(Windows)
or
$ python3
(Linux or MacOS)
>>>from ambsql import *
If installed using UI, unzip the file downloaded, go to the 'AmbSQL' directory and use one of the below commands:
$ python3 AmbSQL.py
(Linux or MacOS)
or
$ python AmbSQL.py
(Windows)
Examples
If you installed package using pip or CLI, below is the sample code:
from ambsql import *
createtable('studenttable', 'name', 'age')
insertvalues('studenttable', 'Jack', 21)
showvalues('studenttable')
If you installed AmbSQL.exe, below is the sample code:
> connect
> createtable(studenttable, name, age)
> insertvalues(studenttable, Jack, age)
> showvalues(studenttable)
Contributors
Check the list of contributors here
Help Us Improve
You can suggest us of new improvements you want by creating new Issue here
License
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
File details
Details for the file ambsql-1.1.5.tar.gz
.
File metadata
- Download URL: ambsql-1.1.5.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1bd9c315be8839c22fd92ac2c266545a5e1fceef7bb711abfc01383883540c13 |
|
MD5 | 9bdf58e2a2b2ff42ef0a51c40824d6d9 |
|
BLAKE2b-256 | cd025e12619a31c30479bee7d19a2c25dce6860789876d13cf8f7977fa38641a |
File details
Details for the file ambsql-1.1.5-py2.py3-none-any.whl
.
File metadata
- Download URL: ambsql-1.1.5-py2.py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 118593c1189de343952d5d97fb669210d291a64b1ccf2053419bf616f06ba290 |
|
MD5 | c0cf93f7a8ba335b1acac30e8a7c9ca1 |
|
BLAKE2b-256 | e67b47d12ec53748493365891d5e6b414a0102136b1c4e4f5e45b40873cbc024 |