文件名称:acrodb:Java 8的可嵌入平面文件文档数据库
文件大小:18KB
文件格式:ZIP
更新时间:2024-02-23 13:18:40
java database nosql document-database embedded-database
杂技 适用于Java的可嵌入线程安全平面文件文档数据库 例 Bucket bucket = new Bucket(); // you can pass a Context object to specify the root bucket location (./acrodb/ by default), file system (FileSystems.getDefault() by default), and data producer (gson by default). Document document = bucket.openDocument("some-document"); // you can also open another bucket instead of a document SomeBean someBean = new SomeBean(); someBean.message = "hello world"; [removed](someBean); // better practice in many cases would be to al
【文件预览】:
acrodb-master
----pom.xml(4KB)
----src()
--------test()
--------main()
----.gitignore(346B)
----README.md(864B)
----.gitattributes(220B)