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.
如何使用 ektorp 的临时视图获取数据。我想将 map javascript 函数作为字符串传递给 couchdb 并获取结果。(这对于 CouchDB4J 来说绝对是可能的)
Fortunately CouchDB have well-documented API and you can do this using HttpURLConnection. That's not the easiest way, but that will work in any case