go-goracle / goracle

Go database/sql driver for connecting to Oracle Database, using the ODPI-C library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goracle is coroutine safe ?

toplinuxsir opened this issue · comments

goracle is coroutine safe ?

What is a coroutine?

If you mean goroutine, then the short answer is yes.
The long answer is that id depends. If you use it only as a database/sql/driver, through database/sql, then the answer is abolutely yes. If you use it directly, then it may need some locking.