Skip to content

A Database for small scale projects that dont require a huge database like MongoDB or PostgreSQL

License

Notifications You must be signed in to change notification settings

Amazeryogo/CrispyDB

Repository files navigation

CrispyDB

CrispyDB is a simple database for storing and retrieving data designed to be used in applications that don't require a huge and feature-rich database.

Features

  • Uses Json to store data
  • Uses GET and POST requests to store and retrieve data instead of queries
  • Has a fancy GUI web interface called WebUI
  • Has a cli written in bash to make it an executable script to be used anywhere

It uses the following libraries:

  • Flask
  • OS
  • JSON
  • Jinja
  • Bootstrap
  • Requests
  • Flask limiter
  • Flask WTF forms

Status:

Feature Status
WebUI Working
CLI Working
Core Stable
Websockets/Sockets Port Yet to be implemented

The License

MIT License

Copyright (c) 2021 Suvid Datta

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

A Database for small scale projects that dont require a huge database like MongoDB or PostgreSQL

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published