Insert records into a table
---------------------------

:py:meth:`~simplesqlite.SimpleSQLite.insert`/:py:meth:`~simplesqlite.SimpleSQLite.insert_many`
method can insert record(s) into a table.
Record is one of the |dict|/|namedtuple|/|list|/|tuple|.

.. include:: insert_record_example.txt
