1.1.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@1.1.0/usage-example.ts
If you get an errormessage like the one 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@1.1.0/test.ts