AmbSQL

Fast Pace DB management opensource Software

About US


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


For AmbSQL Command Line Interface:

  • To login to Database : connect
  • To create new Table :createtable(, , , ....)
  • To enter the values in Table:insertvalues(, , , ...)

Refer our whole documentation at Link


This program is compatible only with python - 3.x

Features of AmbSQL


Power

Fast speedy operations to be performed

Love for Py3

Made with love of favourite opensource language python

Ease of DMBS management

DBMS task demystified

Installation


For Command-line Interface:

  • Download the AmbSQL.exe here and run it on Your PC.
  • AmbSQL can also be downloaded from https://ambujraj.github.io/AmbSQL/download/.


For Python Package:

  • 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) or 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.

Refer our whole installation and usuage guide at Link


This program is compatible only with python - 3.x

Help Us Improve

You can suggest us of new improvements you want by creating new Issue here