Got it, looking thru the documentation you provided, I have better understanding of what's happening
Got it, looking thru the documentation you provided, I have better understanding of what's happening behind the scene for DO.
Readonly as in it's acceptable to do
Readonly as in it's acceptable to do
SELECT * FROM 'tablename' and we know the DO is not initialized if the table name doesn't exist? (or querying sqlite_master to check if table exists)


