API with NestJS #173. Storing money with Drizzle ORM and PostgreSQL
Briefly

When it comes to storing monetary values, floating-point numbers pose significant issues. They can lead to inaccuracies, making them unsuitable for precise financial calculations.
Understanding how computers represent numbers in binary is essential for web developers. Using the floating-point representation for money can lead to unintended data loss or errors.
Read at Marcin Wanago Blog - JavaScript, both frontend and backend
[
|
]