Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们在 mariadb 中创建了一个视图。我们想从 Frappe 访问该视图。frappe 是否支持这种功能?
您可以创建一个从您的视图中提取数据的查询报告。然后您可以检查报告视图中的数据。
从版本 13 开始,Frappe 框架仅支持由 DocTypes 管理的模式。不支持视图。