# sqlite3-loader **Repository Path**: ellipse/sqlite3-loader ## Basic Information - **Project Name**: sqlite3-loader - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-26 - **Last Updated**: 2021-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Usage Install `sqlite3-loader` and `node-loader` Add below to webpack config ```js { module: { rules: [ { test: /sqlite3-binding\.js$/, use: 'sqlite3-loader', }, { test: /\.node$/, use: 'node-loader', }, ] } } ```