Skip to content

Commit

Permalink
Update sqlite3 version and fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
frank.hellwig committed May 26, 2020
1 parent b83902a commit bcd6d32
Show file tree
Hide file tree
Showing 4 changed files with 372 additions and 689 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Frank Hellwig
Copyright (c) 2020 Frank Hellwig

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ db.transaction(db => {

Equivalent to the sqlite3 `Database#prepare` method. Returns a promise that is resolved with the Statement instance.

### Statement#bind(sql, [param, ...])
### Statement#bind([param, ...])

Equivalent to the sqlite3 `Statement#bind` method. Returns a promise that is resolved with the Statement instance.

Expand Down Expand Up @@ -103,7 +103,7 @@ Equivalent to the sqlite3 `Statement#each` method. The per-row callback function

MIT License

Copyright (c) 2017 Frank Hellwig
Copyright (c) 2020 Frank Hellwig

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit bcd6d32

Please sign in to comment.