MCPcopy
hub / github.com/Vincit/objection.js / insertTeppo

Function insertTeppo

tests/integration/nonPrimaryKeyRelations.js:999–1001  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

997 }
998
999 function insertTeppo() {
1000 return Person.query().insert({ name: 'Teppo' });
1001 }
1002
1003 function insertTahvo() {
1004 return Animal.query().insert({ name: 'Tahvo' });

Callers 1

Calls 2

queryMethod · 0.65
insertMethod · 0.45

Tested by

no test coverage detected