GitXplorerGitXplorer
f

squangle

public
123 stars
54 forks
2 issues

Commits

List of commits on branch main.
Unverified
3e4e14519e6fdb3464c504ae6464adc6d0de53d8

Deshim coro in fbcode/squangle

GGownta committed an hour ago
Unverified
9df3db1c2ebb9be41351cfc2a4296ec59114bb16

Add [[nodiscard]] to appropriate methods in Connection class

committed 3 hours ago
Unverified
701fd8d09e0eb31991c3fc15782113664c49434b

Remove unused transaction functions

committed 3 hours ago
Unverified
b384318b3a1fd6bd0a6ce3aa9bc5af1c25da1259

Store data in native format delivered by protocol

committed 3 hours ago
Unverified
d4a1fa1da247d04b57cc18b1e0017542a14f6833

Temporary fix for TAO

committed 4 hours ago
Unverified
95f82e969a1e9c89e310720ed31f366e4c0ff8ee

Further minor refactoring

committed 2 days ago

README

The README file for this repository.

SQuangLe

Overview

SQuangLe is a C++ MySQL client library built on top of WebScaleSQL's C client library. It does not require a WebScaleSQL server - WebScaleSQL, MySQL, MariaDB, and Percona Server should all work fine.

Current Status

SQuangLe is not supported as a standalone project; it is released as a dependency of HHVM's async mysql extension to the Hack language.

Features

  • Object-oriented API
  • Query builder with automatic escaping
  • Asynchronous query execution

License

SQuangLe is BSD-licensed. We also provide an additional patent grant. Please see the LICENSE file.

Contributing

Please see CONTRIBUTING.md