dckc / awesome-ocap

Awesome Object Capabilities and Capability Security
The Unlicense
335 stars 24 forks source link

Are there example apps with SQL storage? #49

Closed DavidBruant closed 17 hours ago

DavidBruant commented 1 week ago

Hi,

First off, thank you very much for this repo and all the references, it's amazing :star_struck:

And also, because constraints, i need to implement a web application with an ocaps authorization model and store things in SQL. Are there existing open source sample applications to find inspiration for the database table design? Or articles?

Thanks!

dckc commented 1 week ago

You're welcome!

In the Agoric SDK, sqlite is used for durable storage of both

Both use swingstore, which is a key-value store implemented in sqlite tables.

That's the only example that comes to mind just now.

DavidBruant commented 4 hours ago

Thank you for your answers :pray: