📄️ leemons
Leemons is the main package of the application, from which the rest of the necessary packages and libraries are initialized, the server is raised and the Frontend is compiled.
📄️ leemons-database
leemons-database is a package for standardizing database-related stuff.
📄️ leemons-connector-bookshelf
The leemons-connector-bookshelf package is a SQL abstraction layer, which will be in charge of managing connections and queries to the database.
📄️ leemons-utils
leemons-utils is the package that contains all the functions to help you in development, it contains common functionality that can be useful to you at any time.