-
Notifications
You must be signed in to change notification settings - Fork 73
Exposing Existing Databases
Thomas Pollet edited this page Mar 8, 2026
·
18 revisions
- Applies to: historical SAFRS workflows
- Related pages: Examples, Quickstart (Flask)
This page describes an older expose-existing-database workflow. It should not be treated as the default modern SAFRS path.
Historically, SAFRS documentation pointed readers to helper scripts that generated models from existing databases and then exposed them through SAFRS.
The current repository no longer contains the old example paths that earlier versions of this page referenced. Those dead paths have been removed from this wiki update.
If you need this workflow today, use the current repository examples as conceptual guidance and verify any generation tooling separately instead of assuming the old wiki paths still exist.
- Home
- Installation
- Quickstart (Flask)
- Quickstart (FastAPI)
- JSON:API Basics
- Relationships and Includes
- Filtering
- Sorting, Pagination, and Sparse Fieldsets
- Content Types and Errors
- Bulk Requests
- RPC / Custom Methods
- Customization
- Security and Access Control
- Stateless Endpoints / JABase
- Performance
- Examples
- Existing Databases (Legacy)
- PostGIS / GeoAlchemy2
- Docker / Deployment
- Troubleshooting
- Reference: SAFRSBase
- Reference: SAFRSBase Customization