vapor / fluent-postgres-driver

🐘 PostgreSQL driver for Fluent.
MIT License
149 stars 53 forks source link

Replace a few string interpolations with string concatenations #63

Closed MrMage closed 6 years ago

MrMage commented 6 years ago

String concatenations are said to be quite a bit faster, and especially makePlaceholder might get visited fairly often.

tanner0101 commented 6 years ago

The code here has been moved to vapor/postgresql (and has been moved to concatenation instead). Thanks!