Skip to content

Resources

This is a miscellaneous set of reading and resources that may or may not be relevant to Mathesar. Feel free to add more!

APIs

Deployment

Licensing

Postgres

Information on Postgres related projects and tools.

Articles

Primary Keys

Projects

  • The graphile organization on GitHub is full of postgres-related projects written in TypeScript. Clean, straightforward codebases with very good documentation.

Introspection + API Generation

  • PostgREST - Introspects, generates, and serves OpenAPI-complaint REST apis from Postgres databases.
  • Postgraphile The same thing, but for GraphQL and written in TypeScript. They have really rich documentation that gets into a lot of interesting Postgres best practices and architectural patterns.
    • A package for realtime communication with Postgres LISTEN / NOTIFY https://github.com/graphile/graphile-engine/tree/v4/packages/pg-pubsub