How to store decimal numbers in Postgresql database?

What’s the best way to store and retrieve decimal numbers in/from a PostgreSQL database table?
The ‘decimal’ field type is not available in Wappler, so should it be stored as a string and converted to a number on retrieval and back to a string again when writing to the database?

Community Page
Last updated: