sqlite-async
Advanced tools
Comparing version
{ | ||
"name": "sqlite-async", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "ES6 Promise-based interface to the sqlite3 module.", | ||
@@ -5,0 +5,0 @@ "main": "sqlite-async.js", |
@@ -67,6 +67,3 @@ # sqlite-async | ||
db.transaction((db) => { | ||
return Promise.all([ | ||
db.run('INSERT INTO test VALUES (2, "two")'), | ||
db.run('INSERT INTO test VALUES (2, "three")') | ||
]); | ||
return Promise.all([db.run('INSERT INTO test VALUES (2, "two")'), db.run('INSERT INTO test VALUES (2, "three")')]); | ||
}); | ||
@@ -111,3 +108,3 @@ ``` | ||
Copyright (c) 2022 Frank Hellwig | ||
Copyright (c) 2025 Frank Hellwig | ||
@@ -114,0 +111,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
22350
-0.07%126
-2.33%