Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mihini-dev] Question on 2d table create

i want create a table as per below

         column1     column2    column3

row1     1                 1.2          high

row2     251               low          low

row3      1                  0              1

how to create the 2d table which api is better choice please help me.
i want main database like sqlite3(read, write, update, send)


Back to the top