Skip to content

Instantly share code, notes, and snippets.

@mackignacio
Last active August 25, 2020 18:25
Show Gist options
  • Save mackignacio/2587f6b71372e2f60e447c9924706add to your computer and use it in GitHub Desktop.
Save mackignacio/2587f6b71372e2f60e447c9924706add to your computer and use it in GitHub Desktop.
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