Skip to content
#

websql

Here are 69 public repositories matching this topic...

panarch
panarch commented Aug 2, 2021

In src/glue.rs, Glue module is a kind of wrapper interface which provides users to execute sql queries in a simple way.

It is firstly designed to run multiple sql query string.
e.g. In https://docs.rs/gluesql/0.7.0/gluesql/,

   let sqls = "
         DROP TABLE IF EXISTS Glue;
         CREATE TABLE Glue (id INTEGER);
         INSERT INTO Glue VALUES (100);
         INSERT IN

Improve this page

Add a description, image, and links to the websql topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the websql topic, visit your repo's landing page and select "manage topics."

Learn more