lambdaorm
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "lambdaorm", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "ORM", | ||
@@ -5,0 +5,0 @@ "author": "Flavio Lionel Rita <flaviolrita@proton.me>", |
@@ -30,3 +30,3 @@ # λORM | ||
Would you like to contribute? Read [our contribution guidelines](./CONTRIBUTING.md) to know more. There are many ways to help! | ||
Would you like to contribute? Read [our contribution guidelines](https://github.com/lambda-orm/lambdaorm/blob/main/CONTRIBUTING.md) to know more. There are many ways to help! | ||
@@ -519,3 +519,3 @@ ## Features | ||
try { | ||
orm.init('http://localhost:9291') | ||
await orm.init('http://localhost:9291') | ||
// test connection | ||
@@ -522,0 +522,0 @@ console.log(await orm.general.ping()) |
3223986