Skip to content
Snippets Groups Projects

Add SQL support

Merged ale requested to merge sql into master
  1. Apr 01, 2019
    • ale's avatar
      Add SQL support · 2be2e08d
      ale authored
      Introduces the "sql" backend, and refactors backends behind a nicer
      interface (which looks a lot like the one in id/auth). Users can
      define arbitrary SQL queries to fetch the key data, to adapt to their
      database schema.
      
      Include vendored dependencies for sqlite3/mysql/postgres.
      2be2e08d
Loading