How to import sqlite3 C++ to bazel project? I find many sqlite3 encapsulation with bazel build of third_party project since sqlite3 does not support bazel officially, and they worked. How can I import sqlite3 or any other officially single-source-file project elegantly? Perhaps there are some google recommend docs?