Package

io.scalajs.npm

mysql

Permalink

package mysql

MySQL package object

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. mysql
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Connection extends Object with IEventEmitter

    Permalink

    MySQL Connection

    MySQL Connection

    Annotations
    @RawJSType() @native()
  2. class ConnectionOptions extends Object

    Permalink

    MySQL Connection Options

    MySQL Connection Options

    Annotations
    @RawJSType() @ScalaJSDefined()
  3. trait FieldPacket extends Object

    Permalink

    Field Packet

    Field Packet

    Annotations
    @RawJSType() @native()
  4. trait MySQL extends Object with IEventEmitter

    Permalink

    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

  5. trait Pool extends Object with IEventEmitter

    Permalink

    MySQL Pool

    MySQL Pool

    Annotations
    @RawJSType() @native()
  6. trait PoolCluster extends Object with IEventEmitter

    Permalink

    Pool Cluster

    Pool Cluster

    Annotations
    @RawJSType() @native()
  7. class PoolClusterOptions extends Object

    Permalink

    MySQL Pool Cluster Options

    MySQL Pool Cluster Options

    Annotations
    @RawJSType() @ScalaJSDefined()
  8. class PoolOptions extends Object

    Permalink

    MySQL Pool Options

    MySQL Pool Options

    Annotations
    @RawJSType() @ScalaJSDefined()
  9. trait Query extends Object with IEventEmitter

    Permalink

    Query handle

    Query handle

    Annotations
    @RawJSType() @native()
  10. class QueryOptions extends Object

    Permalink

    MySQL Query Options

    MySQL Query Options

    Annotations
    @RawJSType() @ScalaJSDefined()
  11. trait QueryResult extends Object

    Permalink

    Query Result

    Query Result

    Annotations
    @RawJSType() @native()
  12. type RowDataPacket = Any

    Permalink
  13. class SSLOptions extends Object

    Permalink

    MySQL SSL Options

    MySQL SSL Options

    Annotations
    @RawJSType() @ScalaJSDefined()
  14. implicit final class StreamExtensions extends AnyVal

    Permalink

    Stream Extensions

  15. class StreamOptions extends Object

    Permalink

    Stream Options

    Stream Options

    Annotations
    @RawJSType() @ScalaJSDefined()

Value Members

  1. object Connection

    Permalink

    Connection Companion

  2. object MySQL extends Object with MySQL

    Permalink

    MySQL Singleton

    MySQL Singleton

    Annotations
    @native() @JSImport( "mysql" , JSImport.Namespace )
  3. object Pool

    Permalink

    Pool Companion

  4. object PoolCluster

    Permalink

    Pool Cluster

  5. object PoolClusterOptions

    Permalink

    Pool Cluster Options

  6. object Query

    Permalink

    Query Companion

Inherited from AnyRef

Inherited from Any

Ungrouped