mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 00:20:45 +00:00
f8bdcf8470
This commit adds the DataAccessModule, which is where replacement "flatter" implementations for what is currently implemented via EntityStorage/OM will be developed. This commit also adds AppService, which is where the `crud-q` implementor for apps will be implemented. This commit adds the `select()` implementation for AppService. Currently it is missing many behaviors for parity with the current ES/OM implementation including: - coercion of boolean values - nested objects and their properties - `icon_size` parameter support