1 Star 0 Fork 0

zhuzhe_jiye/cryptdb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
demoqueries 612 Bytes
一键复制 编辑 原始数据 按行查看 历史
Raluca Ada Popa 提交于 2014-01-03 20:05 . CryptDB release - Nov 27, 2013
make ; sudo make install; rm -r /var/lib/shadow-mysql/*; mysql -u root -pletmein -e "drop database cryptdbtest"; mysql -u root -pletmein -e "create database cryptdbtest"; mysql -u root -pletmein -e "drop database cryptdbtest_control"; mysql -u root -pletmein -e "create database cryptdbtest_control"; obj/main/cdb_test /var/lib/shadow-mysql
create table t (name text, age integer);
insert into t values ('alice', 19), ('bob', 20), ('chris', 21);
select * from t;
select * from t where name = 19;
select sum(greatest(age,20)) from t;
have setup: prepare to run cryptdb start
mysql started and for cryptdbtest
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhuzhe93/cryptdb.git
git@gitee.com:zhuzhe93/cryptdb.git
zhuzhe93
cryptdb
cryptdb
master

搜索帮助