Fork me on GitHub
#datalevin
<
2021-12-18
>
alex31415918:12:10

Hello! Beginner question but is it possible to start a server when using datalevin as a library? (Without dtlv). Use case is run my program on server but being able to debug / interrogate the DB from my local machine, and eventually calling the DB from CLJS if it gets supported. Thanks!!!

Huahai20:12:40

(srv/start (srv/create options))

Huahai20:12:54

Where srv is datalevin.server

👍 1
alex31415907:12:30

Thank you!!!

Huahai20:12:10

A cljs client is planned indeed