divanvisagie / webdb.js

Web interface and devtools Script for handling websql
http://divanvisagie.github.io/webdb.js/
0 stars 1 forks source link

Tables #1

Open divanvisagie opened 11 years ago

divanvisagie commented 11 years ago

Getting column names from tables @gissues:{"order":99.21875,"status":"notstarted"}

divanvisagie commented 11 years ago

@DylanKnevitt , this is the basic structure of what I intend to send to the sidebar, of corse properties could be added where needed , arrays should be avoided unless they are end points to avoid properties with numbers as parents.

DB_NAME : {

    INDEXES : { 

        INDEX_NAME : ...
    },

    TABLES : {

        TABLE_NAME : {

            COLUMNS : {

                COLUMN_NAME : ...
            }
        }
    },

    ...OTHER DB STUFF...
}