On-the-fly schemas/resources?
Hi! I have a rather particular use case IDK how to code in Ash. A client is asking for per-user databases, with an arbitrary number of tables and properties. Something like Notion, Supabase, or Airtable. This user generated data can change at any time, but for obvious reasons I can't recompile the whole app every time something does change. Ideally, every user should have their own little SQLite DB for their personal data, although I could be persuaded to store everything in Postgres, maybe with JSONB for simplicity.
Can this be done with Ash? I know I can code the base system in it, but I can't for the life of me figure out how to handle ever-changing resources. Is this possible, or feasible?
Can this be done with Ash? I know I can code the base system in it, but I can't for the life of me figure out how to handle ever-changing resources. Is this possible, or feasible?
