摘要: 我决定做一个以支持小型应用(万人级别)为目标的数据库。既然是小型的数据库,那么最好不要依赖其它驱动、工具包,免得拖泥带水难以实施。完全用C#编写成DLL,易学易用。支持CRUD(增加(Create)、读取(Retrieve)、更新(Update)和删除(Delete))。不使用SQL,客观原因我不擅长SQL,主观原因我不喜欢SQL,情景原因没有必要。直接用文本文件或二进制文件存储数据。简单来说,就是纯C#、小型、无SQL。此类库就命名为SharpFileDB。 阅读全文
posted @ 2015-06-22 02:04 BIT祝威 阅读(8988) 评论(11) 推荐(2) 编辑
摘要: I've decided to write a micro database library that spports 10 thousand level applications. It's better not to rely on other drives or tools in case of high difficulty in deployment. After all, it's a small database for a small application. It's a DLL from totally C# codes. It's easy for reading and using. It supports CRUD of course. It doesn't use any SQL. I'm 阅读全文
posted @ 2015-06-22 02:03 BIT祝威 阅读(981) 评论(0) 推荐(0) 编辑