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.
什么可以被认为是 Web 应用程序查询位于 Web 服务器主机上的数据库表的最佳 RDBMS,它安装了带有 unixODBC 的 linux 操作系统?数据库表很小,只需要只读访问。
SQLite3 或 mySQL 或其他什么?
我倾向于 SQLite3,但它成熟了吗?
谢谢!
SQLite 非常成熟。它包含在主要应用程序中,包括 Firefox、Android、Adobe Integrated Mountie、Python、Mac OS 和 Skype。
我认为它非常适合小型只读数据库。