| name | fliplet-data-sources |
| description | Data sources JavaScript API and security model: query, insert, update, delete records; row-level security; file storage; data-source hooks. |
Fliplet data sources
Data sources JavaScript API and security model: query, insert, update, delete records; row-level security; file storage; data-source hooks.
Documentation
- Data Source joins: Fetch related rows from multiple data sources in a single query using named joins, like SQL joins.
- Data Sources query operators: Filter Data Source queries with MongoDB/Sift operators ($eq, $gt, $in, $regex, $and, $or) inside connection.find() where clauses.
- Data Source views: Define named, session-aware filters on a data source so each user or group sees only the rows that apply to them.
- Fliplet.DataSources: Connect to, query, insert, update, and delete records in Fliplet Data Sources from inside an app. All methods are promise-based.
- Fliplet infrastructure data flow: Architecture diagram showing how data flows between Fliplet Studio, Fliplet servers, app clients, and connected data sources.
- Data Source Hooks: Trigger emails, SMS, push notifications, web requests, or column operations on Data Source insert/update/beforeSave/beforeQuery using Sift.js match conditions.
- Securing Fliplet data sources: Secure your Data Sources with access rules, data requirements, and custom JavaScript security rules.
- Securing Fliplet files and folders: Secure files and folders in your Fliplet apps with access rules and custom JavaScript security rules.
How to load full content
The URLs above are raw .md and can be fetched directly. To search across all Fliplet developer docs, use the MCP server at https://developers.fliplet.com/mcp (tools: search_fliplet_docs, fetch_fliplet_doc), or fetch https://developers.fliplet.com/.well-known/llms-full.txt for the entire site as a single stream.