Skip to content
forked from facebook/squangle

SQuangLe is a C++ API for accessing MySQL servers

License

Notifications You must be signed in to change notification settings

gavwang/squangle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

THIS IS AN EARLY PREVIEW RELEASE

  • Expect the API to change
  • Documentation is not ready for release
  • Automated tests are not included - they exist, however they require Facebook infrastructure to run, so releasing them seemed more confusing than useful

In particular, we plan to move everything from the various namespaces to 'squangle'.

We have released it at this early stage as it is a dependency of other Facebook projects.

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 and PATENTS files.

Contributing

Please see CONTRIBUTING.md

About

SQuangLe is a C++ API for accessing MySQL servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%