Skip to content

ergon/dope-query-builder

Repository files navigation

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