lunr / gravity
Lunr.Gravity is a database library that doesn't limit functionality to the least common denominator.
Requires
- php: >=8.1
- lunr/config: ~0.10.0
- psr/log: >=1.1
Requires (Dev)
- ext-xdebug: ~3.1
- lunr/halo: ~0.10.0
- phpunit/phpunit: >=9.0 <9.6
Suggests
- ext-mysqli: Needed for MySQL/MariaDB support in Gravity
- ext-sqlite: Needed for SQLite support in Gravity
This package is auto-updated.
Last update: 2024-11-20 10:32:10 UTC
README
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 standards.
Community
- Follow us on GitHub.
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
About Us
Lunr.Gravity development is spearheaded by Move.