So that the database is running in a browser? TiDB + WebAssembly tell you the answer

As a database technician, there has always been a dream that has a database capable of elastic extension (distributed) to the scale of hundreds of thousands of nodes, easy to learn and understand, can run on a private cloud, public cloud, multi- cloud, kubernetes, can also be run on embedded devices (such as raspberry Pi), cooler that can run directly in the browser and does not require any browser extensions (extension), becomes a pocket database, like that movie "ant-man."

Today, it's all become a reality: TiDB can be run directly in the browser locally.

Open your browser, you can directly create a database, the data CRUD, close your browser, everything is gone. Clean and green.

Since TiDB basic protocol and is compatible with MySQL syntax, so we can use a familiar MySQL style, in the notebook browser (I use the MacOS above Chrome, other browsers uncertain whether normal) open  play.pingcap.com , may take a few seconds to load the page, and then you can see the familiar Shell. Now try several SQL statements it!

<center> 1 running on the browser TiDB </ center> Zhengzhou Which male look good: http: //www.zzchanghong110.com/

Is not it cool? Painless experience SQL era arrived.

Cool is that it's all run natively in the browser, the library no longer have to delete Paolu

Guess you like

Origin blog.51cto.com/14510269/2449073