Skip to main content

A Realtime, No SQL Database

Project description

Firo

PyPI - License - PyPI - Python Version

Firo is a small and efficient database system for python programs that eases learning to use a database for begenners at programing

Firo is also very functional and can be used in professional application due to the fact that it is very robust and functional

Version 1.2 is Here └[ò‿‿ó]┘, Release Notes At the bottom

Usage

Below is a simple example that shows how to use Firo

import Firo

con = Firo.Start("data.db")

con.set("msg", "Hello")

print(con.get("msg"))

Installation

There are 2 ways to install this application

Method 1 | Ofline installation

  1. Install the latest version of Firo from the releases tab

  2. install with this command

$ pip install Firo-1.1.2.whl

Method 2 | Online Installation

  1. Install The latest version of Firo from PyPi With this command
$ pip install Firo

Version 1.2!!!

  • Added New Update, Version and Finalized Remove Function

  • Created Clear exceptions with error codes

  • Now we use unittest for testing

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

Firo-1.2.0.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

Firo-1.2.0-py3-none-any.whl (2.7 kB view hashes)

Uploaded 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