Skip to content

Compagnie-Hydromel/MIWOS

Repository files navigation

Make It With Out SQL

Description

This is an ORM (Object Relational Mapping) library for Python that allows you to interact with a sql database using Python objects.

Installation

pip install MIWOS

Getting Started

Prerequisites

  • Python 3.13 or higher
  • Python-venv (optional but recommended)

### Installation

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
pip install -r dev-requirements.txt

cp .env.example .env # fill in the .env file with your database credentials

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages