# Functional Models - Sql Orm

![Unit Tests](https://github.com/monolithst/functional-models-orm-sql/actions/workflows/ut.yml/badge.svg?branch=master)
![Feature Tests](https://github.com/monolithst/functional-models-orm-sql/actions/workflows/feature.yml/badge.svg?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/monolithst/functional-models-orm-sql/badge.svg?branch=master)](https://coveralls.io/github/monolithst/functional-models-orm-sql?branch=master)

A sql based backend for functional-models

This library wraps knex.

## Which SQL Databases Are Supported

Since this library wraps knex, many of the databases that knex supports are supported. (Others are not supported because of certain used features. Here is the current list.

- PostgreSQL
- MySQL
- MariaDB
- SQLite3
