Categoria: API Connectivity

The Original Internet Language

Python API to Talk to a Zim Database

Installation After the full ZIM installation, copy the file zimapi.py from the ZIM directory to wherever directory is needed to run Python. Globals No globals available for Python at this point. Constructors import zimapi import os zim = zimapi.Zimapi() zim = zim.connect(dbname=”database name”[, host=”host address”][,port=port number][, user=”ZIM”][, password = “”]) print(zim.state) zim.close() Alternatively: import zimapi…
Leia mais

C-Sharp API to talk to a Zim Database

Installation After the full ZIM installation, copy the file zimapi.cs from the ZIM directory to wherever directory is needed to start developing your C-Sharp application. Globals TOP = indicate the first tuple (row or record) from a set of recordsBOTTOM = indicate the last tuple (row or record) from a set of recordsUTF8 = indicate…
Leia mais

pt_BRPortuguese