tabler icon indicating copy to clipboard operation
tabler copied to clipboard

detect `db` field

Open tristanwietsma opened this issue 11 years ago • 1 comments

If a db field exists, build I/O methods.

tristanwietsma avatar Jan 06 '15 06:01 tristanwietsma

  • general database I/O
    • create the table
    • drop the table
    • insert a row
    • select a row
  • operations on the current struct
    • delete (use the primary key)
    • get/load/fetch (accept the primary key and assign result to the caller)

tristanwietsma avatar Jan 07 '15 05:01 tristanwietsma