objeck / objeck-lang

Objeck is a modern object-oriented programming language with functional features tailored for machine learning. It emphasizes expression, simplicity, portability, and scalability. The programming environment consists of a compiler, virtual machine, REPL shell, and command line debugger with IDE plugins.
https://objeck.org
Other
157 stars 11 forks source link

[suggestion] SQLite binding #282

Closed ghost closed 1 year ago

ghost commented 1 year ago

There is ODBC driver for SQLite but do we really need to use such a thing with SQLite? SQLite is a small embedded database engine. It's better if we could handle SQLite directly without having to use ODBC.

objeck commented 1 year ago

Good suggestion. I will look into it when I get my dev workstation running later this week.