{"library":"parse-dbtool","type":"library","category":null,"description":"A CLI tool for Parse Server that creates database migration and seeder files using Parse.Schema. Current stable version 1.2.0 (no frequent releases). It operates as a standalone executable via npx, requiring environment variables (APPLICATION_ID, SERVER_URL, MASTER_KEY) to connect to a Parse Server instance. Unlike ORM-based migration tools, it works natively with Parse Server's schema system and supports strict mode (allowClientClassCreation: false, addField: false). Key differentiator: it generates migrations and seeds specifically for Parse Platform, not general SQL/NoSQL databases.","language":"javascript","status":"active","version":"1.2.0","tags":["javascript","parse-server","migration","seeder"],"install":[{"cmd":"npm install parse-dbtool","imports":["module.exports = (Parse) => { ... }","let schema = new Parse.Schema('ClassName'); schema.addField('name', 'String'); schema.save();","let obj = new Parse.Object('ClassName'); obj.set('field', 'value'); await obj.save();"]},{"cmd":"yarn add parse-dbtool","imports":[]},{"cmd":"pnpm add parse-dbtool","imports":[]}],"homepage":null,"github":"https://github.com/fakhrullah/parse-dbtool","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/parse-dbtool","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/parse-dbtool/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Fri Jul 24","install_tag":null}}