active-group / sqlosure

SQL & DB access with Clojure
7 stars 0 forks source link

Support for database prefixes #4

Open neshtea opened 3 years ago

neshtea commented 3 years ago

It is common to have your database name prefixed by some value. This is the case for example when multiple environments live in the same logical database system ("dev", "prod", etc.) but the database has the same name.

Right now, this is difficult to write. We should consider how this kind of configuration can be moved up to the user-accessible space.