You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

sqlitefktg

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqlitefktg

SQLite foreign key trigger generator

0.1.1
pipPyPI
Maintainers
1

SQLite parses and stores foreign key constraints, but does not enforce them. The simple solution of this problem is creating insert,update and delete triggers which mimic the enforcing behaviour of other RDBMS. sqlitefktg does just that - automatically.

Features

  • automatic generation of foreign key enforcing triggers based on the data fetched from the database,
  • may be used as a command-line tool, as well as inside your own application,
  • 2-phase detection/generation process allows the advanced user to customize the end result.

More information here <http://coobs.eu.org/sqlitefktg/>_

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