go-goracle/goracle

goracle is coroutine safe ?

toplinuxsir opened this issue · 1 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.