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.
我想让一些数据库专门属于某个程序。
我不希望用户先安装 MySQL,然后设置一些数据库路径等等。让它只是单一安装。
我不主张嵌入数据库引擎,但 DATA 应该。它不应该驻留在某个全球系统范围的地方。
您可以对数据库进行 SQL 转储,并将其作为字符串文字包含在您的程序中。
据我了解,您不希望嵌入数据库引擎吗?