Content
3 posts tagged postgres
Postgres Naming Scheme with Npgsql and Entity Framework
Transform PascalCase names for better compatibility in relational tables and columns.
Nov 2019
The Best Data Type for Currency in Databases
Use integers instead of decimals.
Jun 2019
Fuzzy Full-Text Search in PostgreSQL
Use Postgres FTS utilities to implement fuzzy matching without other extensions.
Feb 2019