연결된 NoSQL

SavanahDB를 사용하면 다음과 같이 문서를 삽입할 수 있습니다.
tb.insert({

 author:"john",
 price:500,
 country:"xxx",

})
다음 문서를 검색합니다.
tb.search('(country == "yyy" & & author =="john" ) || price < 1400', {
 limit : 5
 join : {
    books : 'that.author == this.name', 
 genre: 'that.name == this.genre as genre_info'
}}) 
신기하죠?
바로 여기: Kanna Siphttps://npmjs.com/savanahdb
이것은 단지 테스트 버전일 뿐이지만, 매우 효과적이며, 안정적인 버전은 곧 Saber 버전에서 발표될 것이다!!
나는 단지 이 방면의 학생일 뿐이다. 그래서 만약 네가 나를 지지하고 싶다면 너는 나의 후원자가 될 수 있다. https://patreon.com/savanah

좋은 웹페이지 즐겨찾기