You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -329,6 +329,10 @@ _The original asynchronous SQLite binding for Node.js_
329
329
330
330
Contributions are welcome! This project maintains 100% API compatibility with Node.js's built-in SQLite module. Please run tests with `npm test` and ensure code passes linting with `npm run lint` before submitting changes. When adding new features, include corresponding tests and ensure they match Node.js SQLite behavior exactly.
331
331
332
+
The project includes automated sync scripts to keep up-to-date with:
333
+
-**Node.js SQLite implementation** via `npm run sync:node`
334
+
-**SQLite library updates** via `npm run sync:sqlite`
335
+
332
336
## Current Features
333
337
334
338
This package now provides a complete SQLite implementation with full Node.js API compatibility.
0 commit comments