Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 337 Bytes

TODO.md

File metadata and controls

7 lines (6 loc) · 337 Bytes

TODO

  • Implement the table_info extraction for mysql.

  • building the SQL statement should return the sql as string and the arg_value separately

    • this is an easy way to mitigate SQL injection
  • breaking Rename Table to TableDef and Column to ColumnDef, it is a more appropriate name

  • Support for transactions