brianloveswords / streamsql

A streaming, backend agnostic SQL ORM heavily inspired by levelup
MIT License
67 stars 7 forks source link

Better raw sql handling. #8

Closed brianloveswords closed 10 years ago

brianloveswords commented 10 years ago

For example, I should be able to just use a string if I'm not doing replacements. Right now a two element array is required.