Float values get casted to int while reading from DB

When reading float value from db ,it gets casted into integer.
These values were inserted into the mysql db using drizzle.

drizzle orm: 0.28.6
Was this page helpful?