|
|
|
|
|
by stevekemp
3650 days ago
|
|
Yeah I've written many small websites which, such as a dynamic DNS service[1], which use SQLite as their sole storage. Providing there aren't too many updates at once, such that locking becomes a problem, it works really really well. [1] - http://dhcp.io/ |
|