SQL statements are executed synchronously in Phoenix, but you can always spawn your own thread and make it asynchronous. Note that connections are not thread-safe, so you'd need to do this in its own connection.
Thanks, James On Sun, Jul 20, 2014 at 7:14 PM, Rahul Mittal <[email protected]> wrote: > Does phoenix supports async writes? > > -- > RAHUL MITTAL >
