README
generic-dal
Use this package to abstract the data access layer so you does not depend on specific db drivers.
You put this package on top of your db drivers so your app does not depend on specific underlying db.
<script type="module">
import genericDal from 'https://cdn.skypack.dev/generic-dal';
</script>
Use this package to abstract the data access layer so you does not depend on specific db drivers.