Skip to main content

3 posts tagged with "NoSQL"

Non-Relational Database

View All Tags

dbVisitor's Two-Layer Adapter

· 5 min read
ZhaoYongChun
Maintainers
Hint

This article is generated by AI translation.

dbVisitor's "Two-Layer Adapter" unifies RDBMS and NoSQL access through two abstractions: Layer 1 — a unified API (LambdaTemplate / Mapper) hiding syntax differences; Layer 2 — JDBC-compliant drivers wrapping NoSQL protocols. Use the full stack, or plug just the driver into existing MyBatis/Hibernate projects.

Next-Gen Data Access: dbVisitor

· 12 min read
ZhaoYongChun
Maintainers
Hint

This article is generated by AI translation.

Classic frameworks like Hibernate and MyBatis were built for an RDBMS-only world. As data diversifies into NoSQL, NewSQL, and vector stores, the real challenge shifts to unified access across all of them.