Note of Spring Couchbase support

less than 1 minute read

DDL

create idnex

# create index
CREATE PRIMARY INDEX `foobucket_idx` ON `foodbucket`
# run query
select * from `foobucket` where id='test-1'

NOTE the bucket name has to be surrounded with β€˜``’

References

Updated:

Comments