Add Snappy support to SQLite
authorJustine Tunney <jart@google.com>
Wed, 3 Jan 2018 16:22:37 +0000 (08:22 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 3 Jan 2018 16:26:54 +0000 (08:26 -0800)
commit5d66ea93b2b17dbd4dcc886dcadc455b90bc6e08
tree42b1ac42b55645d7d1fef08081191838b244a9f0
parent0a2a5acbe38df2d1f869aa8d46167ad6d67f3da6
Add Snappy support to SQLite

This change also puts the necessary build infrastructure in place so we can
continue to build many proper lightweight SQLite extensions in the future that
are easy for users to copy over into their own environments, so they can
readily access their data.

PiperOrigin-RevId: 180673039
13 files changed:
tensorflow/contrib/cmake/CMakeLists.txt
tensorflow/contrib/cmake/external/sqlite.cmake
tensorflow/contrib/cmake/tf_core_framework.cmake
tensorflow/contrib/data/python/kernel_tests/BUILD
tensorflow/contrib/summary/BUILD
tensorflow/contrib/tensorboard/db/BUILD
tensorflow/contrib/tensorboard/db/summary_db_writer.cc
tensorflow/core/lib/db/BUILD
tensorflow/core/lib/db/snapfn.cc [new file with mode: 0644]
tensorflow/core/lib/db/sqlite.cc
tensorflow/core/lib/db/sqlite_test.cc
tensorflow/workspace.bzl
third_party/sqlite.BUILD