A
A
Alexey2015-01-26 20:44:53
C++ / C#
Alexey, 2015-01-26 20:44:53

Simultaneous access to one sqlite db, is it possible?

Good afternoon.
Help dispel doubts. Do I understand correctly that two separate processes cannot work simultaneously with one sqlite database file?
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Oleg Gamega, 2015-01-26
@gadfi

Yes and no. SQLite can work in multi-mail mode, the main thing is not to use the same connection at the same time.
https://www.sqlite.org/threadsafe.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question