Tsutomu Kawamura
Tsutomu Kawamura
To achieve the first option, we may need to allow JavaScript style configuration (`momyfile.js`), instead of `momyfile.json`. ```javascript // momyfile.js could be like this...? const config = { "src": "mongodb://localhost:27017/dbname",...
@yozzh thank you! Could you send me a PR for #32? Then I think, I can add you as a maintainer of this repo. Anyway thanks again for contacting us.
@yozzh so sorry for my late reply! I've add you to the collaborator of this repo, right now. I'm happy if I could invite you to [the npm](https://www.npmjs.com/package/gulp-slim), too. What...
Hi @miraculixx, an interesting question, eventhough I have no good answer about it now... I think, typically, your `1.` & `2.` are not easy for automation because there's no perfect...
@Darksleep try this: ```json { "src": "mongodb://localhost:27017/paste_db", "dist": "mysql://root:removed@localhost:3306/mongod", "prefix": "t_", "case": "camel", "collections": { "paste": { "_id": "string", "db_keywords": "TEXT", "emails": "TEXT", "hashes": "TEXT", "num_emals": "TEXT", "num_hashes": "TEXT", "url":...
@Bob565656 thanks for reporting! It seems that we just need `varchar(24)`? `ObjectID` is 12 byte length. https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId
@dangoodman looks great! Could you add some test here? https://github.com/cognitom/momy/blob/master/test/specs/types.js
Hi, I'm trying to understand the spec of MongoDB. In Mongo shell, we can create a `Date` object, and internally it is `ISODate`, according to [its text](https://docs.mongodb.com/manual/reference/method/Date/). Here're my quick...
Hi, guys! My English is awful, as you know :scream_cat: Feel free to rewrite the instruction. My recommendation is adding link after first paragraph and removing these lines. Add last...
Because of the sourcemap? At this point Riot doesn't provide its sourcemap.