|
|
|
|
|
by mathewvp
1287 days ago
|
|
I have a very basic question regarding SQLite. How does it work in different languages? Is the SQLite server code completely implemented in Go when we use go and completely implemented in php when we use php? Because there is no actual server and it is just a file, I'm wondering who does the ACID compliancy and query executions and all the other things needed for a db server and how it is done. |
|
I don't know how it's done in PHP, I would think it's similar.