Skip to content

An open source JSON(Javascript Object Notation) based folder-document(Hierarchy) model Nosql database for fast data gathering and reliably without data loss and data transformation.

License

Notifications You must be signed in to change notification settings

mishra-prajjawal/pydb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An open source folder-document(Hierarchy) model JSON(Javascript Object Notation) based Nosql Database Management System(DBMS) for fast data gathering,saving and reliable data redundancy without data loss and data transformation.

pydb is currently available in python only.

python 3.6 or above [Runs like hell]

Official Languages Supported

Build Type Status Stable
Python Available NO
Javascript Not Available No
C++ Not Available No
Rust Not Available No
Go Not Available No
Ruby Not Available No
C Not Available No
GO Not Available No
C# Not Available No
Java Not Available No

installation

python

$ pip install pydbms

To update pydb to the latest version, add --upgrade flag to the above commands.

$ pip install pydbms --upgrade

Your first database in pydb

Python 3.6<

$ python
import pydb 
pydb = pydb.dbms()
pydb.exe("mk mydb;")
>>> Database Created

docs - basic

Keyword and their uses

Keyword function type of command
mk (Derived From - Make) Used to make a database DDL
rm (Derived From - Remove) Used to remove a database DDL
crable (Derived From - Create Table) Used to create a table DDL
dable (Derived From - Drop Table) Used to remove a table DDL
use Select and lock a database to perform task in it DDL
show dbs (Derived From - Show Databases) Used to give/show list of databases DDL
able (Derived From - Alter Table) DML

Authors

License

MIT

About

An open source JSON(Javascript Object Notation) based folder-document(Hierarchy) model Nosql database for fast data gathering and reliably without data loss and data transformation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages