System Information
- Strapi Version: 4.23.1
- Operating System: ubuntu 20
- Database: sqlite
- Node Version: 20.11.0
- NPM Version: 10.2.4
- Yarn Version:
Hi, i want to use extension “unicode” (from GitHub - nalgeon/sqlean: The ultimate set of SQLite extensions) for my SQLite db
I know that better-sqlite3 db instance has method .loadExtension and it is exactly what i need.
How can i call this loadExtension method for my db on start of Strapi project?