Skip to content

Commit

Permalink
Experiment with project badges (#462)
Browse files Browse the repository at this point in the history
**READY TO REVIEW**

I'm happy with the result now:
<img width="1348" alt="image"
src="https://github.com/QuesmaOrg/quesma/assets/2097938/f5bb2e87-a0e9-4a94-83c1-8b0373b997b4">


We should also try goreportcard.com and publish our result, but that's
after making the repo public.

Some job renames (#461) and
we'll be looking nicely :)

---------

Co-authored-by: Piotr Grabowski <[email protected]>
  • Loading branch information
mieciu and avelanarius authored Jul 5, 2024
1 parent 02114af commit d6d34f9
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
![quesma-logo-black-transparent-full](https://github.com/QuesmaOrg/quesma/assets/150345712/2f05a9d6-1b50-4bf5-ba8a-4370e77ae797)

[Website](www.quesma.com) | [LinkedIn](https://www.linkedin.com/company/quesma) | [X/Twitter](https://twitter.com/QuesmaOrg) | [YouTube](https://www.youtube.com/@QuesmaOrg) | [Docs](https://eap.quesma.com/eap-docs)

<p align="center">
<a href="https://www.quesma.com"><img alt="Quesma" src="https://github.com/QuesmaOrg/quesma/assets/150345712/2f05a9d6-1b50-4bf5-ba8a-4370e77ae797" width="50%"></a>
</p>

<p align="center">
<a href="https://github.com/QuesmaOrg/quesma/actions/workflows/pipeline.yml"><img src="https://github.com/QuesmaOrg/quesma/actions/workflows/pipeline.yml/badge.svg"></a>
<a href="https://github.com/QuesmaOrg/quesma/actions/workflows/release.yml"><img src="https://github.com/QuesmaOrg/quesma/actions/workflows/release.yml/badge.svg"></a>
<a href=""><img src="https://img.shields.io/badge/golang-1.22.2-blue" /></a>
<a href=""><img src="https://img.shields.io/badge/License-Elastic_License_2.0-lightgrey" /></a>
<!-- <a href="https://goreportcard.com/report/github.com/QuesmaOrg/quesma"><img src="https://goreportcard.com/badge/github.com/QuesmaOrg/quesma" /></a> -->
</p>

<p align="center">
<a href="https://www.quesma.com">Website</a> |
<a href="https://www.linkedin.com/company/quesma">LinkedIn</a> |
<a href="https://twitter.com/QuesmaOrg">Twitter</a> |
<a href="https://www.youtube.com/@QuesmaOrg">YouTube</a> |
<a href="https://eap.quesma.com/eap-docs">Docs</a>
</p>
Quesma is an actively developed database gateway currently in pre-alpha Early Access. Route your queries through a translation layer that seamlessly connects your apps with the modern database platforms of your choice. No more query refactoring during migrations. How? Isn't migrating to a new database hard? Quesma does it without touching your application/client stack - keeping backward compatibility and moving safely, step-by-step. We translate your queries so you don’t have to rewrite your database query code during migrations.

![image](https://github.com/QuesmaOrg/quesma/assets/150345712/caea2d09-6143-45a5-8441-e789211c49c1)
Expand Down

0 comments on commit d6d34f9

Please sign in to comment.