{"library":"loopback-connector-mysql-new-instance","type":"library","category":null,"description":"The `loopback-connector-mysql` package is the official MySQL connector for the LoopBack framework (loopback-datasource-juggler), enabling MySQL database integration in LoopBack applications. The current version is 5.4.2, last updated in 2020, and it is in maintenance mode - not under active development. It supports MySQL 5.0+ and uses the `mysql` npm package under the hood. It provides automatic mapping between LoopBack model types and MySQL column types, connection pooling, and support for loopback-datasource-juggler operations. It is a legacy package; users are encouraged to migrate to LoopBack 4 and use `loopback-connector-mysql` compatible with LB4 or use `knex`-based connectors. This package should not be confused with newer versions for LoopBack 4.","language":"javascript","status":"maintenance","version":"5.4.2","tags":["javascript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install loopback-connector-mysql-new-instance","imports":["const MySQL = require('loopback-connector-mysql'); const ds = new MySQL('mysql', { host: 'localhost', database: 'test' });","const DataSource = require('loopback-datasource-juggler').DataSource; const ds = new DataSource('mysql', { host: 'localhost', database: 'test' });","const User = ds.define('User', { name: String, email: String });"]},{"cmd":"yarn add loopback-connector-mysql-new-instance","imports":[]},{"cmd":"pnpm add loopback-connector-mysql-new-instance","imports":[]}],"homepage":"https://github.com/strongloop/loopback-connector-mysql#readme","github":"https://github.com/strongloop/loopback-connector-mysql","docs":null,"changelog":null,"pypi":null,"npm":"loopback-connector-mysql-new-instance","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}