Date: 2021-01-14
Proposed
The framework rationale requires a separation of concern between "code is code, data is data" and because of that some libraries were not able to proceed to be used in the application.
The framework also wants to be a complete solution which means that our users should not be required to learn too many libraries in order to be productive. Instead, the framework should provide layers of indirection to wrap such functionalities and provide centralized control over the features.
yogthos/config
to handle config filesstuartsierra/components
to handle dependency managementhoneysql
to handle SQL interactionshoneysql
styleSQL
layer to be usedintegrant
as desired in the
beginning because it violates the first rationale.duct
as desired because it
violates the first rationaleCan you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close