joaoh82 / rust_sqlite

SQLRite - Simple embedded database modeled off SQLite in Rust
MIT License
1.08k stars 59 forks source link

Simple SELECT queries (Single WHERE clause and no JOINS). #3

Closed grzesiekb closed 3 years ago

grzesiekb commented 3 years ago

Simple SELECT queries

Expect

Simple SELECT queries (Single WHERE clause and no JOINS).

Recognition how to do it

  1. recognising how it is done in sqllite.
joaoh82 commented 3 years ago

Sounds good. I am actually also working on this one. So if you could share your design before hand, that would be great.

grzesiekb commented 3 years ago

I think it might be a good idea. Then we can set up a topic to discuss how to do it. In SQLLite interpreted "select" is broken down into many smaller functions so I think this could be a topic for more than one person.

joaoh82 commented 3 years ago

Btw, I created a discord server for the project so we can start have a more active conversation and build a community. Here is the link: https://discord.gg/zHXUG66X .