Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mihini-dev] Question on persist API

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 table using persist api and update value
when new value comes.


Back to the top