File | Date | Author | Commit |
---|---|---|---|
.github | 2021-02-17 |
![]() |
[54a6c2] Update msbuild.yml |
Installer | 2021-03-23 |
![]() |
[b42448] Topic/installer (#34) |
odbc-ipfs | 2021-03-13 |
![]() |
[346e57] Topic/sql set env attr (#31) |
odbc-ipfs-cgo-ipfs | 2021-03-20 |
![]() |
[33d9ea] Added cgo ipfs implementation |
odbc-ipfs-go-node | 2021-03-09 |
![]() |
[f80460] Added Go database node |
odbc-ipfs-unit-test | 2021-03-05 |
![]() |
[d95a23] Topic/connector (#21) |
.gitattributes | 2021-02-09 |
![]() |
[29c75e] Initialize .gitattributes |
.gitignore | 2021-03-09 |
![]() |
[f80460] Added Go database node |
README.md | 2021-03-20 |
![]() |
[af606b] Update Readme License Location |
odbc-ipfs.sln | 2021-03-23 |
![]() |
[b42448] Topic/installer (#34) |
Open Database Connectivity (ODBC) driver for IPFS
This driver uses libp2p's pubsub to send SQL queries. IPFS nodes then parse the request and return a response and synchronize among themselves.
[ODBC]
DRIVER=odbc-ipfs
Open Windows Registry Editor
Go to "Computer\HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers"
Go to "Computer\HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI"
Go to "Computer\HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\odbc-ipfs"
Right click "Driver", click "Modify..." and set "Value data:" equal to the .dll path (including the odbc-ipfs.dll, not just the folder)
Add new "String Value" and set the name to "Setup"
Right click "Setup", click "Modify..." and set "Value data:" equal to the .dll path (including the odbc-ipfs.dll, not just the folder)
Add new "DWORD" and set the name to "UsageCount"