Can we do it C++?
git clone https://github.com/xadhrit/h-sql.git
make
or
chmod a+x run
./run
./db <database filename>
Insertion--
hsql> INSERT {key}, {username},{email}
Displaying data--
hsql> SELECT *
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Can we do it C++?
git clone https://github.com/xadhrit/h-sql.git
make
or
chmod a+x run
./run
./db <database filename>
Insertion--
hsql> INSERT {key}, {username},{email}
Displaying data--
hsql> SELECT *