Skip to main content

AmbSQL is a DBMS which is approx 10x faster and the most EASY to operate on.

Project description

ambsql

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

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

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ambsql-1.1.5.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

ambsql-1.1.5-py2.py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page