UNPKG

devilfish-dbms

Version:

a database that based on key-value map and is successful in deal with saved in disk and high-performance in select that act as a memory-based database

17 lines (15 loc) 474 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <form action="http://localhost:3125/execute" method="post" id="form" enctype="application/x-www-form-urlencoded"> <input type="text" name="command" id="command" required> <input type="submit" value="submit"> </form> </form> </body> </html>