Skip to content

Commit

Permalink
Add license scan report and status (#59)
Browse files Browse the repository at this point in the history
Signed-off-by: fossabot <badges@fossa.io>
  • Loading branch information
fossabot authored and Fs02 committed Jul 9, 2019
1 parent 98af4f7 commit 3a9ba21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# grimoire
[![GoDoc](https://godoc.org/github.com/Fs02/grimoire?status.svg)](https://godoc.org/github.com/Fs02/grimoire) [![Build Status](https://travis-ci.org/Fs02/grimoire.svg?branch=master)](https://travis-ci.org/Fs02/grimoire) [![Go Report Card](https://goreportcard.com/badge/github.com/Fs02/grimoire)](https://goreportcard.com/report/github.com/Fs02/grimoire) [![Maintainability](https://api.codeclimate.com/v1/badges/d487e2be0ed7b0b1fed1/maintainability)](https://codeclimate.com/github/Fs02/grimoire/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/d487e2be0ed7b0b1fed1/test_coverage)](https://codeclimate.com/github/Fs02/grimoire/test_coverage)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgit.luolix.top%2FFs02%2Fgrimoire.svg?type=shield)](https://app.fossa.io/projects/git%2Bgit.luolix.top%2FFs02%2Fgrimoire?ref=badge_shield)

Grimoire is a database access layer inspired by Ecto. It features a flexible query API and built-in validation. It currently supports MySQL, PostgreSQL, and SQLite3 but a custom adapter can be implemented easily using the Adapter interface.

Expand Down Expand Up @@ -119,3 +120,6 @@ API Documentation: [https://godoc.org/github.com/Fs02/grimoire](https://godoc.or
## License

Released under the [MIT License](https://github.com/Fs02/grimoire/blob/master/LICENSE)


[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgit.luolix.top%2FFs02%2Fgrimoire.svg?type=large)](https://app.fossa.io/projects/git%2Bgit.luolix.top%2FFs02%2Fgrimoire?ref=badge_large)

0 comments on commit 3a9ba21

Please sign in to comment.