generic-dal

You put this package on top of your db drivers so your app does not depend on specific underlying db.

Usage no npm install needed!

<script type="module">
  import genericDal from 'https://cdn.skypack.dev/generic-dal';
</script>

README

generic-dal

Use this package to abstract the data access layer so you does not depend on specific db drivers.