Socket
Socket
Sign inDemoInstall

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


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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc