TODO
Opened this issue · 0 comments
uki00a commented
TODO
- make compilation pass with deno (5cbe0f6)
- setup GitHub actions (#4)(#6)
- replace
sqlite3
withdeno-sqlite
(a2d1054) - support deno_sqlite_plugin (
SqlitePluginDriver
❓) - replace
mysql
withdeno_mysql
(#45) - replace
pg
withdeno-postgres
(#20, partially) - replace
redis
withdeno-redis
- port CLI to Deno (#29)
- add support for
.env
(#101) - fix documentations
- browser support (with deno-sqlite and
deno bundle
)
Fix known issues
Current status
driver | status |
---|---|
SqliteDriver | ✔️ |
MysqlDriver | ✔️ |
PostgresDriver | 🚧 |
SqlServerDriver | ❌ |
OracleDriver | ❌ |
CockroachDriver | ❌ |
AuroraDataApiDriver | ❌ |
MongoDriver | ❌ |
SapDriver | ❌ |
CordovaDriver | ❌ |
- ✔️: DONE
- 🚧: WIP
- ❌: TODO
Documentation
See wiki for more information!