Open benedeki opened 2 weeks ago
Preparing data for tests is vital and should be easy.
Make it possible to insert data into DBTable using a Map[String, AllowedParamTypes]
DBTable
Map[String, AllowedParamTypes]
Background
Preparing data for tests is vital and should be easy.
Feature
Make it possible to insert data into
DBTable
using aMap[String, AllowedParamTypes]