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
- Host: GitHub
- URL: https://github.com/lunr-php/lunr.gravity
- Owner: lunr-php
- License: mit
- Created: 2023-06-17T12:45:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-08-22T09:07:37.000Z (about 2 months ago)
- Last Synced: 2025-08-31T14:40:42.390Z (about 1 month ago)
- Topics: lunr, oss, php
- Language: PHP
- Homepage:
- Size: 1.7 MB
- Stars: 0
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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