| Crates.io | polygondb |
| lib.rs | polygondb |
| version | 1.16.0 |
| created_at | 2023-10-16 19:44:36.807619+00 |
| updated_at | 2023-10-16 20:12:13.890147+00 |
| description | Driver for PolygonDB |
| homepage | https://github.com/PolygonDB/PolygonDB |
| repository | https://github.com/PolygonDB/PolygonDB |
| max_upload_size | |
| id | 1005064 |
| size | 52,595 |
import json
from websocket import create_connection
ws = create_connection("ws://localhost:8000/ws")
ws.send(json.dumps(
{
'password': 'Secret_Password',
'dbname': 'CatoDB',
'location' :'rows.0.name',
'action' : 'retrieve'
}
))
print(json.loads(ws.recv())) # "A"
| Name & Link | Description | Type |
|---|---|---|
| PolyconJS | NodeJS Package for Polygon | Package |
| PolyDash | Polygon Dashboard for Data Displaying | Utility |
| PolygonPy | Python Package for Polygon | Package |
If you wish for your company / module / Utility to be placed here make a request on our discord server.
Email: lenny@lunes.host