I know WebSQL itself is technically not supported anymore, but it seems a lot of people still use it (as I need to). However, I can't seem to find a definitive answer to the Foreign Key question. I found this reference to the fact that it isn't permitted, but that answer is almost 3 years old (as of this writing). I have also seen other people discussing their use of foreign keys with webSQL, such as here (though they indicate some browsers don't support the work around).
So, does WebSQL permit the use of Foreign Keys? Is it a simple "yes" or "no" or is it more complicated?