-
Notifications
You must be signed in to change notification settings - Fork 2
[Database] (Re)Evaluierung - NestJS/Node-Postgres/Database Driver #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Approach basic connectors
Advantage:
Disadvantage
Comments
Approach Object relatationsship manager
Advantage
Disadvantages
Comments
Approach Hybrid
Advantage:
Disadvantage
Comments
ConclusionDepending on most important factor of this API: Performance:
Speed comparison:Average speed of
|
ResultWe are using the Hybrid Approach.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Short:
Currently we are using NestJS (or the TypeOrmModule) for building and querying database resources in our first service version. From the first look, it's not the most "straight-forward" looking approach as SQL statements are encapsulate in separate functions.
Details:
For simpleness/complexity it could be worthwhile to reevaluate the database (driver) usage. Although the TypeOrmModule might be the most straight forward looking technique within NestJS Framework, other approaches are possible, too.
@artmarks @aspringer1: Could you please check if there are any advantages to use plain Node-PG driver?
ToDo:
Points to evaluate:
The text was updated successfully, but these errors were encountered: