HergBot / musqrat

A lightweight, strongly typed wrapper for using MySQL in Node.JS
0 stars 0 forks source link

Fix import statements for users #12

Closed xHergz closed 2 years ago

xHergz commented 2 years ago

You should be able to import stuff from just musqrat not musqrat/dist/<file>

Example: import { InsertStatement } from "musqrat/dist/statement"; should be import { InsertStatement } from "musqrat";

xHergz commented 2 years ago

This is fixed in 0.1.10.