4 comments

[ 1.7 ms ] story [ 21.7 ms ] thread
How does it distinguish between the Boolean value false and the string "false"?
Good question. From the man page, looks like boolean values map to a file with contents either 'true' or 'false', while NULL values map to empty files.
Very interesting though it’s just reinventing the database wheel