python-eel/Eel

Including Sqlite database into final exe

Open

#486 创建于 2021年5月20日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Python (570 fork)batch import
help wanted

仓库指标

Star
 (5,980 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

I am currently using this command python -m eel main.py web --noconsole --onefile --icon="path.ico". I want to include my sqlite database file into final exe. Otherwise, if someone wants read the data from the file they can read. How to include the sqlite file in the exe???

Thank you.

贡献者指南