Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Remove crypto-random dependency #3

Open
frankiesardo opened this issue Feb 8, 2018 · 0 comments
Open

Remove crypto-random dependency #3

frankiesardo opened this issue Feb 8, 2018 · 0 comments

Comments

@frankiesardo
Copy link

Hello there,

First of all, thanks for the library, it saves me a lot of time because it standardise similar code I was writing for each new project.

I was wondering what's the need for adding the crypto-random library when you can simply call

(defn rand-db-uri ^String []
  (str "datomic:mem://" (d/squuid)))

Thus avoiding adding unnecessary dependency and conflict resolutions. Just a minor thing but if that can improve user experience it's worth it!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant