Fork me on GitHub
#cljsrn
<
2017-10-10
>
pesterhazy08:10:38

Localstorage is the default option

pesterhazy08:10:16

There are modules out there that write to the file system

pesterhazy08:10:50

But I'd avoid that unless you need to

vikeri11:10:47

It’s faster and a little more advanced than localstorage (indexes and schemas for example).

vikeri11:10:16

And you can pre-bundle a db file if you need it

hoopes12:10:47

@pesterhazy @vikeri thanks very much to both of you!