open768 / curiosity_browser

php browser code for msss curiosity json feed
3 stars 0 forks source link

objstoredb code was flawed, never created a custom table :-( #69

Closed open768 closed 3 months ago

open768 commented 3 months ago

just discovered my objdb code was flawed. it never created custom tables, which means that data was going into the default table. shouldnt be too hard to fix as entries would have had the realm set. so its a case of moving those entries to the correct table

open768 commented 3 months ago

need to use sqllite to inspect the database

using sqllite3.39 on dev Image

open768 commented 3 months ago

downloading sqllite from https://sqlite.org/download.html