neisbut / Npgsql.Bulk

Helper for performing COPY (bulk insert and update) operation easily, using Entity Framework + Npgsql.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Async versions of methods

amburin opened this issue · comments

Are you planning to implement async versions of Import, Update and Insert?

Hi @amburin, well, I didn't think about that before you asked :D But now I think it is a good idea. So, yes, I will do it in next weeks. Thanks for the tip!

Hi @amburin , actually it seems there is no async version of BeginBinaryImport as per (npgsql/npgsql#1632). So some code won't be that async.

Hi @amburin, I've implemented async methods. So you can try them in v0.7.0. Thanks!

Awesome! I will try this.