2.2.1 • Published 5 years ago

@themost/h2 v2.2.1

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
5 years ago

@themost/h2

Most Web Framework H2 Data Adapter ##Install $ npm install @themost/h2 ##Usage Register H2 adapter on app.json as follows:

"adapterTypes": [
    ...
    { "name":"H2 Data Adapter", "invariantName": "h2", "type":"@themost/h2" }
    ...
],
adapters: [
    ...
    { "name":"development", "invariantName":"h2", "default":true,
        "options": {
           "path":"~/h2/test",
           "user":"SA",
           "password":""
       }
    },
    { "name":"server", "invariantName":"h2", "default":false,
                "options": {
                   "database":"test",
                   "host":"localhost",
                   "port":9090,
                   "user":"SA",
                   "password":"",
                   "pool":100
               }
            }
    ...
]

If you are intended to use H2 data adapter as the default database adapter set the property "default" to true.

2.2.1

5 years ago

2.1.5

6 years ago

2.1.4

6 years ago

2.1.3

6 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.0-alpha.1

7 years ago

2.0.0-alpha

7 years ago