Metadata-Version: 2.1
Name: SQLibEngine
Version: 0.2.1
Summary: A simple SQLite3 wrapper for Python
Home-page: https://github.com/TRC-Loop/SQLib
Author: AK
Author-email: ak@stellar-code.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# SQLib

SQLib is a python library to use SQL Databases without having to write SQL, based on SQLite.

[![Publish Python distributions to PyPI and TestPyPI](https://github.com/TRC-Loop/SQLib/actions/workflows/pypi-publish.yml/badge.svg)](https://github.com/TRC-Loop/SQLib/actions/workflows/pypi-publish.yml)
![GitHub Release](https://img.shields.io/github/v/release/TRC-Loop/SQLib)
![PyPI - Version](https://img.shields.io/pypi/v/SQLibEngine)
![GitHub forks](https://img.shields.io/github/forks/TRC-Loop/SQLib?style=flat)
![GitHub Repo stars](https://img.shields.io/github/stars/TRC-Loop/SQLib?style=flat)
![GitHub License](https://img.shields.io/github/license/TRC-Loop/SQLib?style=flat)

## Installation
https://github.com/TRC-Loop/SQLib/wiki/Installation

## Features

- Connect to a SQLite3 DB
- Create or Delete Tables
- Add, Edit or Delete Records
- Query

## Quick Start

Coming Soon

## Contact Me
Email: ak@stellar-code.com


