4 ms·
I really like the idea of running a watch on an sqlite table with my common cli tools. If I understand correctly, it is being re-read on every request. Does tha
by AnyTimeTraveler 3y ago
I really like the idea of running a watch on an sqlite table with my common cli tools.
If I understand correctly, it is being re-read on every request. Does that mean that changes to the sqlite database will be visible on the next read of a csv file?