安装在本地,不需要挂载在远程服务器上的数据库,数据规模在1万条以内。
1.如果使用数据库存储和处理,客户机上没有相应的数据库支持,这样的话就需要为每一个使用者安装和配置数据库,应该怎样处理较好?
2.这种情况是否使用格式化文件进行保存和处理较好?
巴扎黑2017-04-17 11:20:56
Recommend sqlite
You only need to put its dll file in the same directory of your program to run it normally, and there is no need for customers to install anything else.
It is not good to use formatted text. You also need to write more code to process text files. If there is a ready-made wheel, just use it.