Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Python 制作了一个 sqlite 数据库。我想知道如何使用 Python 或 Javascript 制作基于浏览器的离线应用程序,以连接到该 sqlite-local-database 并执行查询。
Django可能是一个易于学习的解决方案,教程将足以实现您想要做的事情。