everyone!
I start now some tests in PyScript with my Oracle DB, but the cx oracle not work
<head>
<title>cx test</title>
<meta charset="utf-8">
<link rel="icon" type="image/x-icon" href="./favicon.png">
<link rel="stylesheet" href="https://pyscript.net/latest/pyscript.css" />
<script defer src="https://pyscript.net/latest/pyscript.js"></script>
<py-env>
- cx-Oracle
- pandas
</py-env>
</head>
<body>
<py-script>
con = cx_Oracle.connect('cthaeh/####@localhost')
print('Sucess')
</py-script>
</body>
</html>
I try things like "cx-Oracle", "cx-oracle","cx_oracle" but doesnt works and i cant find any documentation of libs in Py-env or Oracle in Py-Script.
Somebody can help me?