Plus-for-Trello
Plus-for-Trello copied to clipboard
Web SQL vs chrome update
Hi, I am using this plugin for a very long time - and I appreciate this. Since 9 May I see the message that Chrome removes web SQL support, thus this plugin will stop to work.
So, is there any ideas for migrating? Are you open to PRs? any advices on where to start or is it even possible? I have checked a couple of solutions, but... everything has some issue, I need to admit I am stick to this app - it is simple and gives me everything I need.
Thanks!
hi! if you want to go for it, I can push the latest version. first you will need to look into libraries that can emulate web sql. I only found lovefield years ago, which luckily now google uses and maintains. It might actually turn to be easy to migrate, as you dont need to migrate existing data since it can be re-read from trello comments using reset sync.
On Sat, Jun 4, 2022, 2:05 PM Witold Kupś @.***> wrote:
Hi, I am using this plugin for a very long time - and I appreciate this. Since 9 May I see the message that Chrome removes web SQL support, thus this plugin will stop to work.
So, is there any ideas for migrating? Are you open to PRs? any advices on where to start or is it even possible? I have checked a couple of solutions, but... everything has some issue, I need to admit I am stick to this app - it is simple and gives me everything I need.
Thanks!
— Reply to this email directly, view it on GitHub https://github.com/zmandel/Plus-for-Trello/issues/22, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABBJ2J3KVJQ7AGIJC463ED3VNOSFZANCNFSM5X33KHOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
I wonder if web sql is even necessary - time is noted in trello cards, so maybe there is another solution?
I really doubt it. you definitely need to use a database, not possible without it, I would never even have attempted to start writing pft if it wasnt for web sql existing :)
easiest is using an sql engine due to all the cross-information, particularly in reporting, but also possible using indexedDb though it then becomes much harder to have good performance on calculations, reports and charts. maybe lovefield, which uses indexedDb, does something clever with indexes and manages to have similar performance to web sql.
On Sat, Jun 4, 2022, 2:32 PM Witold Kupś @.***> wrote:
I wonder if web sql is even necessary - time is noted in trello cards, so maybe there is another solution?
— Reply to this email directly, view it on GitHub https://github.com/zmandel/Plus-for-Trello/issues/22#issuecomment-1146673832, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABBJ2J3V3OSWZVX7G66HANLVNOVLHANCNFSM5X33KHOA . You are receiving this because you commented.Message ID: @.***>
Ok, honestly I have no experience with web sql, so I am not going to be an expert there, but if you would indeed push your latest version, I suppose I can find some time - or somebody else, if you cannot - and find some solution. Maybe you know when chrome is going to remove this?
web sql is just SQL, you do need to know sql on a 3/5 level at least as Plus heavily relies on SQL.
about when it will stop working, we thought it would happen now in chrome 101, but Chrome has not clarified whether "3rd party context" includes chrome extensions. https://developer.chrome.com/blog/deps-rems-101/
On Sat, Jun 4, 2022, 2:43 PM Witold Kupś @.***> wrote:
Ok, honestly I have no experience with web sql, so I am not going to be an expert there, but if you would indeed push your latest version, I suppose I can find some time - or somebody else, if you cannot - and find some solution. Maybe you know when chrome is going to remove this?
— Reply to this email directly, view it on GitHub https://github.com/zmandel/Plus-for-Trello/issues/22#issuecomment-1146675364, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABBJ2J63KKAAQPWHCIPWPFLVNOWVRANCNFSM5X33KHOA . You are receiving this because you commented.Message ID: @.***>
I have chrome 102 and it still works... :)