You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My sleep-deprived brain has some notes to write down. I'll expand upon this when I actually have time to do things.
Create an "Instruction" interface. This basic interface will represent a single part of a potential query.
Implement a set of instructions to be supported by the data adapter system.
Update implementations to support these instructions, and provide extra backends using them.
When that's all done, figure out a migration path.
Instructions would need to be well-defined in advance, especially since they can't just be a bunch of abstract types - it'll be important to have a well-defined structure for the sake of sensible when blocks wrapping instructions based on their backend.
The text was updated successfully, but these errors were encountered:
My sleep-deprived brain has some notes to write down. I'll expand upon this when I actually have time to do things.
Instructions would need to be well-defined in advance, especially since they can't just be a bunch of abstract types - it'll be important to have a well-defined structure for the sake of sensible
when
blocks wrapping instructions based on their backend.The text was updated successfully, but these errors were encountered: