-
-
Notifications
You must be signed in to change notification settings - Fork 575
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# Graphile\* | ||
|
||
[![GitHub Sponsors](https://img.shields.io/github/sponsors/benjie?color=%23ea4aaa&label=github%20sponsors)](https://github.com/sponsors/benjie) | ||
[![Discord chat room](https://img.shields.io/discord/489127045289476126.svg)](http://discord.gg/graphile) | ||
[![Mastodon Follow](https://img.shields.io/mastodon/follow/109982006777922021?domain=https%3A%2F%2Ffosstodon.org&style=flat&label=mastodon&color=%236364FF)](https://fosstodon.org/@graphile) | ||
[![Bluesky](https://img.shields.io/badge/bsky-graphile.org-blue?style=flat&color=%230285FF)](https://bsky.app/profile/graphile.org) | ||
|
||
_**Graphile\* - the stars we forge to build our universe**_ | ||
|
||
**Documentation**: https://star.graphile.org | ||
|
||
## About | ||
|
||
A collection of useful utilities we built whilst working on the Graphile suite | ||
of open source developer tools, that may well be useful for your projects too. | ||
|
||
- **[graphile-config](https://github.com/graphile/crystal/tree/main/utils/graphile-config)** - | ||
provides a standard plugin interface and helpers that can be used across the | ||
entire of the Graphile suite. | ||
- **[graphile-export](https://github.com/graphile/crystal/tree/main/utils/graphile-export)** - | ||
enables you to export a GraphQL Schema (or other code) as executable | ||
JavaScript code. | ||
- **[tamedevil](https://github.com/graphile/crystal/tree/main/utils/tamedevil)** - | ||
Eval is evil, this module helps tame it! | ||
- **[pg-sql2](https://github.com/graphile/crystal/tree/main/utils/pg-sql2)** - | ||
Create highly dynamic SQL in a powerful and flexible manner without opening | ||
yourself to SQL injection attacks. | ||
- **[pg introspection](https://github.com/graphile/crystal/tree/main/utils/pg-introspection)** - | ||
A strongly-typed PostgreSQL introspection library for PostgreSQL built | ||
automatically from the PostgreSQL system catalog documentation. | ||
|
||
<!-- SPONSORS_BEGIN --> | ||
|
||
## Crowd-funded open-source software | ||
|
||
To help us develop this software sustainably, we ask all individuals and | ||
businesses that use it to help support its ongoing maintenance and development | ||
via sponsorship. | ||
|
||
### [Click here to find out more about sponsors and sponsorship.](https://www.graphile.org/sponsor/) | ||
|
||
And please give some love to our featured sponsors 🤩: | ||
|
||
<table><tr> | ||
<td align="center"><a href="https://www.the-guild.dev/"><img src="https://graphile.org/images/sponsors/theguild.png" width="90" height="90" alt="The Guild" /><br />The Guild</a> *</td> | ||
<td align="center"><a href="https://dovetailapp.com/"><img src="https://graphile.org/images/sponsors/dovetail.png" width="90" height="90" alt="Dovetail" /><br />Dovetail</a> *</td> | ||
<td align="center"><a href="https://stellate.co/"><img src="https://graphile.org/images/sponsors/Stellate.png" width="90" height="90" alt="Stellate" /><br />Stellate</a> *</td> | ||
<td align="center"><a href="https://gosteelhead.com/"><img src="https://graphile.org/images/sponsors/steelhead.svg" width="90" height="90" alt="Steelhead" /><br />Steelhead</a> *</td> | ||
</tr><tr> | ||
<td align="center"><a href=""><img src="https://graphile.org/images/sponsors/latchbio.jpg" width="90" height="90" alt="LatchBio" /><br />LatchBio</a> *</td> | ||
</tr></table> | ||
|
||
<em>\* Sponsors the entire Graphile suite</em> | ||
|
||
<!-- SPONSORS_END --> |