ts-sql icon indicating copy to clipboard operation
ts-sql copied to clipboard

A SQL database implemented purely in TypeScript type annotations.

Results 6 ts-sql issues
Sort by recently updated
recently updated
newest added

I have not tested this (just made the intuitive change in github) but curious if it works / you are interested. This is intended as a proof-of-concept for https://github.com/adelsz/pgtyped/issues/233

Hi, nice project. I deduced from the `package.json` that you are MIT-licensed. You could make this more obvious by adding a separate license file. PS. Based on MIT license I...

If this [ is a kind of typo and not on purpose, merge this PR please😌

Inspired by this project, i write a GLSL Parser implemented purely in TypeScript type annotations, just to ast. https://github.com/SyMind/ts-glsl

This is crazy impressive! 😄 What would be really cool, is if we could actually turn this into something useful. Imagine something like this? ```ts const sql = createShema({ users:...