Skip to content

Latest commit

 

History

History
 
 

db

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Database Layer

Everything related to the use of the database, to be included only as:

require('./db');

This folder contains:

  • File index.js configures, initializes and exports the database layer.
  • Folder repos contains implementation of all database repositories.
  • Folder sql contains, configures and exports all of the SQL in the project.