dm 0.1.4
Features
-
New
dm_rows_insert()
,dm_rows_update()
,dm_rows_patch()
,dm_rows_upsert()
,dm_rows_delete()
anddm_rows_truncate()
, calling the correspondingrows_*()
method for every table (#319). -
New
rows_truncate()
(#319). -
Added
rows_insert()
androws_update()
methods for SQLite, Postgres, MariaDB and MSSQL (#319). -
Missing arguments now give a better error message (#388).
-
Empty
dm
object prints asdm()
(#386). -
copy_dm_to()
also accepts a function as thetable_names
argument. Theunique_table_names()
argument is deprecated (#80).