[nodejs] Firebird high-level native client for Node.js / TypeScript updated to v2.0 with a few changes

2019-12-16 Thread Adrian Marius Popa
Firebird high-level native client for Node.js / TypeScript updated to v2.0 with a few changes -- Job board: http://jobs.nodejs.org/ N

[nodejs] Converting BSON to a Object String (Mongo/Mongoose)

2019-12-16 Thread Lukas Wilkeer
Hi folks, In mongo db, a ObjectId is composed by a random string hash and timestamp, converting do BSON type is an array like [Buffer, something, timestamp]. When saved to DB is converted do a hex string. Currently I'm stuck on a problem with BSON types.