All 53 Dependencies
Every package Mathesar depends on, ranked by repo health score.
Mathesar is an open-source web application that gives non-technical users and developers alike a powerful, spreadsheet-style interface to view, edit, query, and collaborate on PostgreSQL data directly. Unlike Airtable-style tools that introduce their own data layer, Mathesar works directly with your existing Postgres schemas, tables, constraints, and roles — no data migration, no proprietary formats, no vendor lock-in.
Deployed in minutes via Docker and maintained by Mathesar Foundation (a 501(c)(3) nonprofit), the application provides a production-grade data management layer without requiring SQL knowledge. It inherits PostgreSQL's battle-tested access control model: roles you define in Postgres are the roles users see in Mathesar, and permissions stay enforced at the database level.
Mathesar is built on a dual-layer architecture: a Django-based JSON-RPC backend that delegates core schema logic to PL/pgSQL stored procedures inside your database, and a Svelte frontend that provides a fluid, type-aware data editing experience. The result is a tool that scales with your database and integrates naturally into any existing PostgreSQL-centric infrastructure.