An open API service indexing awesome lists of open source software.

https://github.com/lunr-php/lunr.gravity

Database library that doesn't limit functionality to the least common denominator
https://github.com/lunr-php/lunr.gravity

lunr oss php

Last synced: 25 days ago
JSON representation

Database library that doesn't limit functionality to the least common denominator

Awesome Lists containing this project

README

          

# Lunr.Gravity

Lunr.Gravity is a database library aiming to abstract SQL features rather than SQL databases. It guarantees that if you
use a specific SQL feature (e.g. JOIN), it will work identical for all databases that support that feature. It, however,
will not guarantee that every database supports that feature. In this way the **developer** is responsible for selecting
the features that would allow switching out one database with another, if that is a desired workflow. But on the flipside
this also allows developers who know they'll depend on a specific database to make the most use out of it.

Installation
------------

* Install Lunr.Gravity with Composer or with your own installer.
* Lunr.Gravity follows the [semantic versioning][2] standards.

Community
---------

* Follow us on [GitHub][3].

Contributing
------------

Lunr.Gravity is an Open Source, community-driven project. Join by contributing code or documentation.

If you encounter any issues when using Lunr.Gravity you can report them [on github][4]

About Us
--------

Lunr.Gravity development is spearheaded by [Move][1].

[1]: https://moveagency.com
[2]: https://semver.org
[3]: https://github.com/lunr-php/lunr.gravity
[4]: https://github.com/lunr-php/lunr.gravity/issues