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
The (undocumented!) use of views on sqlite databases in the webstore is quite elegant.
Also interesting is the ability to attach other databases.
Being able to construct a view using some tables that come from other (attached) databases would be quite a simple and elegant way to support combining datasets.
This would appear to need support for persistent attachments.
The text was updated successfully, but these errors were encountered:
The (undocumented!) use of views on sqlite databases in the webstore is quite elegant.
Also interesting is the ability to attach other databases.
Being able to construct a view using some tables that come from other (attached) databases would be quite a simple and elegant way to support combining datasets.
This would appear to need support for persistent attachments.
The text was updated successfully, but these errors were encountered: