1.0.0
With this module you can use GitHub as a database. I guess this is only recommendable for small projects.
Repository
Current version released
4 years ago
Persistence
With this module you can use GitHub as a database. I guess this is only recommendable for small projects.
Call usage example via command line
deno run --allow-net --allow-read --allow-write --allow-run https://deno.land/x/persistence/usage-example.ts
If you get an errormessage like shown below just:
mkdir persistence-example-project-folder
as this folder is used for the usage example and for the tests.
Execute the tests
deno test --allow-net --allow-read --allow-write --allow-run https://deno.land/x/persistence/test.ts