Last active
August 25, 2020 18:25
-
-
Save mackignacio/2587f6b71372e2f60e447c9924706add to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { MongoSchema, MongoModel } from "@mayajs/mongo"; | |
const schema = MongoSchema({ | |
// Add mongo fields here | |
}); | |
export default MongoModel("Sample", schema); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment