Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme: Add Asami #37

Merged
merged 1 commit into from Jul 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.adoc
Expand Up @@ -124,6 +124,21 @@ user=> (clojure.core/require 'development)
user=> (development/go)
-----

== Running an Asami-based Server (ALPHA quality)

The example code for Asami components is in the `src/asami` folder, along with a custom
`development.clj`. Asami is configured by a map under `::cz.holyjak.rad.database-adapters.asami/databases` key
in `defaults.edn`.

You can run it with the `:asami` deps alias:

[source, bash]
-----
$ clj -A:dev:asami
user=> (clojure.core/require 'development)
user=> (development/go)
-----

== Restarting

The `development/restart` will stop the server, reload source, and start the server.
Expand Down