Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.24 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.24 KB

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 standards.

Community

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.