Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.31 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.31 KB

DOPE Query Builder

Introduction

DOPE Query Builder is a powerful, type-safe query builder designed specifically for Kotlin. It enables developers to construct N1QL and SQL++ queries safely and efficiently, targeting Couchbase and other compatible databases. DOPE Query Builder is not yet finished and is still a work in progress.

Features

  • Type Safety: Reduce runtime errors with compile-time checks, ensuring that your queries are correct before execution.
  • Kotlin-Optimized: Specifically designed for Kotlin, offering idiomatic constructs and seamless integration with Kotlin projects.
  • Flexible Query Construction: Build complex N1QL and SQL++ queries using a fluent and intuitive API.
  • Easy Integration: Available through JitPack for easy integration into your existing projects.

License

License The project is available as open source under the terms of the MIT License.

Implementation