1
0
mirror of https://github.com/facebook/squangle.git synced 2025-04-19 09:42:18 +03:00
squangle/README.md
Fadi Hanna 42749b7eb9 Update license from BSD+PATENTS to Straight BSD
Summary:
Reported by the OpenSource automated checkup diagnosis tool (P143448404)

Followed steps here: https://www.internalfb.com/intern/wiki/Open_Source/Maintain_a_FB_OSS_Project/Relicensing_Existing_Project/#from-bsd-patents

Reviewed By: jkedgar

Differential Revision: D23911232

fbshipit-source-id: 006171885ad47c0b057bbb1fdbc9e56acd11e4fc
2020-09-24 15:10:49 -07:00

721 B

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