4irbnb

Replicating airbnb following the atomic design principles...

View the Project on GitHub kokiebisu/4irbnb

Home > @nextbnb/database

database package

@nextbnb/database is a package containing the interfaces and functions to setup a database client that can be utilized in other packages.

Remarks

Interfaces have a prefix of ‘I’

Classes

Class Description
MongoClient  

Interfaces

Interface Description
IMongo  
IMongoConstructor  

Variables

Variable Description
createDB Factory function to create the Mongoose Client instance

Type Aliases

Type Alias Description
TDatabaseClient