This is a miscellaneous set of reading and resources that may or may not be relevant to Mathesar. Feel free to add more!
Information on Postgres related projects and tools.
¶ Articles
- The graphile organization on GitHub is full of postgres-related projects written in TypeScript. Clean, straightforward codebases with very good documentation.
- 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.