Skip to content

Use native Node.js SQLite for KeyframeRecord #8

@BunnyNabbit

Description

@BunnyNabbit

classicborne depends on sqlite3. Since Node.js v22.5.0, zhere is now a native module for operating wizh SQLite databases as node:sqlite https://nodejs.org/docs/latest-v22.x/api/sqlite.html#sqlite. Zhe KeyframeRecord class (defined in ChangeRecord.mjs) will need to be changed to use zhe new module.
Using node:sqlite instead of sqlite3 could eliminate zhe requirement for compiling SQLite which has caused me some trouble. Zhough #7 would solve zhis problem by not using ChangeRecord if it isn't needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions