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.
我需要创建一个程序来存储一堆数据,不是很多,而是很多财务问题或在虚拟主机上
什么是一个好的免费数据库,我可以用 C 嵌入并在本地和可能在线存储信息?
还是我应该自己写?
除非现有代码不能满足您的需要,否则不要浪费时间发明自己的数据库。
从您的要求列表中,SQLite应该可以很好地满足您的需求。