biokoda / actordb

ActorDB distributed SQL database
Mozilla Public License 2.0
1.89k stars 72 forks source link

Using mysql driver #72

Open sandrain opened 5 years ago

sandrain commented 5 years ago

How I execute the following commands in the mysql shell?

actor type1(music,sport); select * from tab;

actor type1(*); {{RESULT}} select * from tab;

actor type1(*); pragma list; 

It's from the Get Started documentation. Is there any limitation in accessing all functionalities of actordb when using the mysql driver?

forchid commented 5 years ago

Limit very much by use mysql shell. Please use thrift protocl client.

sandrain commented 5 years ago

Thanks, @little-pan . I will get less lazy and go with the thrift :-)