simply/database

A minimalistic database abstraction that provides convenience and structure

v0.1.0 2018-10-08 11:04 UTC

This package is auto-updated.

Last update: 2024-04-18 01:54:33 UTC


README

Build Status Scrutinizer Code Quality Code Coverage Packagist

This package provides a partial database abstraction layer that is intended to make simple database operations more convenient while being able to write consistent and structured code with custom database queries. The purpose of this package is not to provide a complete database abstraction and will require you to write quite a bit of database specific SQL code still.

Therefore, this package is a database convenience layer rather than an abstraction layer, as it simply makes things more convenient but does not abstract away the underlying database.

NOTE: This package is part of a framework that is still highly experimental in nature. Stable api or proper documentation are not to be expected until the framework has been tested in practice.

API documentation is available at: https://docs.riimu.net/simply/database/

Credits

This library is Copyright (c) 2018 Riikka Kalliomäki.

See LICENSE for license and copying information.