Results 4 issues of Jhony López

In my case need something like this set or get ` ('select', 04:22:34, { format: 'hh:i:ss' })`

when we want to replace a text, it is very useful to be able to use the flags of a regex, for example to use insensitive case ` new RegExp('pattern',...

On many occasions we want to be able to add general information to our changelog, and we can obtain that metadata from git config and from the package. In this...

var trx = db.let('bulkitems', function(p){ p.insert().into("tabletobulk") .set([{name: 'item1'}, {name: 'itemN'}]) }) .commit().return('$bulkitems').all() .then( function(results){ console.log(results); //only save last item but need [@rid1, @rid2] } );