Skip to content

Releases: ariflogs/SQL-to-NoSQL

v0.1.02

15 Oct 18:31
5fd350f
Compare
Choose a tag to compare

Added support for selective columns/fields query!
So now you can run queries like this 👇🏼

select title, slug, created_at from courses where title = 'CFP'

v0.1.0

09 Oct 07:59
b20f3df
Compare
Choose a tag to compare

First ready-to-use release!! 🤞

Supports

  • Database
    • ✅ MongoDB
  • Commands
    • ✅ SELECT
  • Clauses
    • ✅ WHERE
  • Operators
    • ✅ =

v0.0.3

28 Sep 08:34
b20f3df
Compare
Choose a tag to compare

First release! 🚩