├── README.org ├── client.txt ├── resources └── sql │ └── queries.sql └── src └── example ├── api.clj ├── core.clj ├── db.clj ├── handler.clj └── systems.clj /README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsz/system-dependency-injection/HEAD/README.org -------------------------------------------------------------------------------- /client.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsz/system-dependency-injection/HEAD/client.txt -------------------------------------------------------------------------------- /resources/sql/queries.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsz/system-dependency-injection/HEAD/resources/sql/queries.sql -------------------------------------------------------------------------------- /src/example/api.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsz/system-dependency-injection/HEAD/src/example/api.clj -------------------------------------------------------------------------------- /src/example/core.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsz/system-dependency-injection/HEAD/src/example/core.clj -------------------------------------------------------------------------------- /src/example/db.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsz/system-dependency-injection/HEAD/src/example/db.clj -------------------------------------------------------------------------------- /src/example/handler.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsz/system-dependency-injection/HEAD/src/example/handler.clj -------------------------------------------------------------------------------- /src/example/systems.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsz/system-dependency-injection/HEAD/src/example/systems.clj --------------------------------------------------------------------------------