先以npm安裝sqlite3的相關模組: 1、初始化專案npm init 直接使用預設的設定,產生package.json檔案2、安裝SQlite npm install sqlite3 -
確定! 回上一頁