Skip to content

neumachen/dbal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

master
drone repo
codecov
doc
go report card

dbal - DB Access Layer

Description

This package wraps the database/sql package by allowing you to specify parameters in a map and converting the SQL parameters to positional parameters to leverage the SQL santizaton provided by the database/sql package.

Usage

TBD ...

TODO

  • add support for transactions
  • benchmark SQL parsing