Create Record Suggest EditsUsage JavaScript.create(data: any) Example JavaScript// load data const data = { instruments = await new InstrumentModel().load() }; // create an instrument const newInstrument = data.instruments.create({ name: 'Trombone', type: 'brass' }); Updated about 6 years ago Table of Contents Usage Example