🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

kraken-db-sqlite

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kraken-db-sqlite

Kraken DB SQLITE

0.0.29
PyPI
Maintainers
1

Library to schema_org

How to use

from kraken_db import kraken_db as db

db.init()

Data dictionary

Observation

id = Column(String)
observation_id = Column(String, primary_key=True)
ref_id = Column(String)
datasource = Column(String)
agent = Column(String)
instrument = Column(String)
object = Column(String)
result = Column(String)
start_time = Column(DateTime)
end_time = Column(DateTime)
valid = Column(Boolean)

record_type = Column(String)
record_id = Column(String)
key = Column(String)
value = Column(String)
credibility = Column(Float)
created_date = Column(DateTime)    

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts