{"library":"syncorm","type":"library","category":null,"description":"Synchronous ORM for Node.js that loads the entire MySQL database into memory at startup, providing direct JavaScript object access and in-memory manipulation with transactional writes. Version 0.1.54 (last updated ~2016, no recent releases), mostly maintenance status. Key differentiators: synchronous operations (no callbacks/promises), full in-memory caching, one-to-many relations via object linking. Not suitable for large datasets due to memory constraints.","language":"javascript","status":"maintenance","version":"0.1.54","tags":["javascript","orm","database","mysql","object","mapping"],"last_verified":"Thu Jun 04","install":[{"cmd":"npm install syncorm","imports":["const { Database } = require('syncorm');","const syncorm = require('syncorm');","const seq = db.sequences.name;"]},{"cmd":"yarn add syncorm","imports":[]},{"cmd":"pnpm add syncorm","imports":[]}],"homepage":"https://github.com/jbaylina/syncorm#readme","github":"https://github.com/jbaylina/syncorm","docs":null,"changelog":null,"pypi":null,"npm":"syncorm","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}