package mysql
MySQL package object
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- mysql
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
Connection
extends Object with IEventEmitter
MySQL Connection
MySQL Connection
- Annotations
- @RawJSType() @native()
-
class
ConnectionOptions
extends Object
Connection Options
Connection Options
- Annotations
- @RawJSType() @ScalaJSDefined()
-
trait
FieldPacket
extends Object
Field Packet
Field Packet
- Annotations
- @RawJSType() @native()
-
trait
MySQL
extends Object with IEventEmitter
mysql - A node.js driver for mysql.
mysql - A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.
- Annotations
- @RawJSType() @native()
- Version
2.10.2
- See also
https://www.npmjs.com/package/mysql
-
trait
Pool
extends Object with IEventEmitter
MySQL Pool
MySQL Pool
- Annotations
- @RawJSType() @native()
-
trait
PoolCluster
extends Object with IEventEmitter
Pool Cluster
Pool Cluster
- Annotations
- @RawJSType() @native()
-
class
PoolClusterOptions
extends Object
Pool Cluster Options
Pool Cluster Options
- Annotations
- @RawJSType() @ScalaJSDefined()
-
class
PoolOptions
extends Object
Pool Options
Pool Options
- Annotations
- @RawJSType() @ScalaJSDefined()
-
trait
Query
extends Object with IEventEmitter
Query handle
Query handle
- Annotations
- @RawJSType() @native()
-
class
QueryOptions
extends Object
Query Options
Query Options
- Annotations
- @RawJSType() @ScalaJSDefined()
-
trait
QueryResult
extends Object
Query Result
Query Result
- Annotations
- @RawJSType() @native()
- type RowDataPacket = Any
-
class
SSLOptions
extends Object
SSL Options
SSL Options
- Annotations
- @RawJSType() @ScalaJSDefined()
-
implicit final
class
StreamExtensions
extends AnyVal
Stream Extensions
-
class
StreamOptions
extends Object
Stream Options
Stream Options
- Annotations
- @RawJSType() @ScalaJSDefined()
Value Members
-
object
Connection
Connection Companion
-
object
MySQL
extends Object with MySQL
MySQL Singleton
MySQL Singleton
- Annotations
- @native() @JSImport( "mysql" , JSImport.Namespace )
-
object
Pool
Pool Companion
-
object
PoolCluster
Pool Cluster
-
object
PoolClusterOptions
Pool Cluster Options
-
object
Query
Query Companion