创建后查找 HTML 5 Web SQL 数据库大小的大小

发布于 2024-12-28 14:52:27 字数 99 浏览 2 评论 0原文

我在 Safari 中使用 HTML 5 Web SQL 数据库。我将数据库大小设置为 5 MB。创建数据库后,大小增加了,但我找不到数据库的新大小。创建后在哪里可以找到数据库的大小?

I'm using HTML 5 Web SQL database in Safari. I'm setting the database size to 5 MB. After creating database the size increased, but I can't find out the new size of the database. Where can I find the size of the database after creation?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蝶…霜飞 2025-01-04 14:52:27

数据库存储在客户端上的不同位置:

  • Windows:/Users/{user}/AppData/Apple Computer/Safari/Databases
  • Safari:~/Library/Safari/Databases

此文件夹中有一个主数据库文件,指向您的相关子文件夹中的数据库。您可以在 Explorer/Finder 中查看数据库的大小。然而,我发现数据库的大小取决于平台(Safari 和 Chrome 之间的数据库大小差异很大)。

The database is stored on the client in different places:

  • Windows: /Users/{user}/AppData/Apple Computer/Safari/Databases
  • Safari: ~/Library/Safari/Databases

There is a master database file in this folder that points to your database in the relevant subfolder. You can see the size of the database in Explorer/Finder. I find, however, that the size of the database is dependent on the platform (and the database size varies greatly between Safari and Chrome).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文