schveiguy / sqlbuilder

DLang SQL Builder using prepared statements.
Boost Software License 1.0
9 stars 0 forks source link

Add PostgreSQL support ;) #1

Open zoujiaqing opened 1 year ago

zoujiaqing commented 1 year ago

Very practical project! When will PostgreSQL be supported? I'm really looking forward to it.

schveiguy commented 1 year ago

Thanks! Almost all the work that has gone into this is based on my need for it in a mysql project, which is why it's in the best state.

Having someone who needs it for postgres would help. My next push was going to be for sqlite, because it's easy to test.

I also need to finish the docs, and tinker with the API. I still don't love how some of these things work.

schveiguy commented 10 months ago

@zoujiaqing what is the postgresql D library you use?

zoujiaqing commented 10 months ago

I am using hunt-entity for it. But linking so slow. I hope use native libpq.so to accelerate conpile.