Drizzle

ii  drizzle             1:7.2.4~alpha-2ubuntu2  amd64        Server binaries for Drizzle Database
ii  drizzle-client      1:7.2.4~alpha-2ubuntu2  amd64        Client binaries for Drizzle Database
ii  libdrizzledmessage0 1:7.2.4~alpha-2ubuntu2  amd64        Library containing serialized messages used with Drizzle
/etc/init/drizzle.conf

スタート
# service drizzle start

スキーマの作成
$ drizzle -h localhost
Welcome to the Drizzle client..  Commands end with ; or \g.
Your Drizzle connection id is 1
Connection protocol: mysql
Server version: 7.2.3 Debian

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

drizzle> create schema city; 
Query OK, 1 row affected (0.000646 sec)

drizzle> exit
Bye
インターアクティブの操作
$ drizzle -u scott
Welcome to the Drizzle client..  Commands end with ; or \g.
Your Drizzle connection id is 12
Connection protocol: mysql
Server version: 7.2.3 Debian

ヘルプを表示するには「help;」または「\h」、バッファをクリアするには「\c」と入力してください。

drizzle> exit
さようなら。
$
Python

Ruby

Java

bzr branch lp:drizzle-jdbc
cd drizzle-jdbc/
mvn compile
mvn -Dmaven.test.skip=true package
result_aa

outarea_aa
outarea_bb
outarea_cc
outarea_dd
outarea_ee
outarea_ff
outarea_gg
outarea_hh

Return

May/09/2023 AM 08:15