Skip to content

HellOwhatAs/While-DB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

While-DB

CS2612 Attachment 1014

Online Demo

https://huggingface.co/spaces/HellOwhatAs/WhileDB-demo
Note that write_int, write_char, read_int, read_char not avaliable in this demo image

Install

linux

pip install pybind11
pip install git https://github.com/HellOwhatAs/While-DB.git

Windows

  • pre-compiled wheel only avaliable for python3.8 on win64
    pip install WhileDB
    
  • build from source (requires MSVC)
    pip install pybind11
    pip install git https://github.com/HellOwhatAs/While-DB.git