typeorm
typeorm copied to clipboard
TODO
TODO
- [x] make compilation pass with deno (5cbe0f64ffe4568281f952da3258fcdde5b4a33f)
- [x] setup GitHub actions (#4)(#6)
- [x] replace
sqlite3withdeno-sqlite(a2d1054be0c904c646f6a1666a369e9a004e6b3d) - [ ] support deno_sqlite_plugin (
SqlitePluginDriver:question:) - [x] replace
mysqlwithdeno_mysql(#45) - [x] replace
pgwithdeno-postgres(#20, partially) - [ ] replace
rediswithdeno-redis - [x] port CLI to Deno (#29)
- [x] add support for
.env(#101) - [ ] fix documentations
- [ ] browser support (with deno-sqlite and
deno bundle)
Fix known issues
- sqlite
- [x] #13
- [ ] #14
- [ ] #25
- mysql
- [x] #31
- postgres
- [ ] #18
Current status
| driver | status |
|---|---|
| SqliteDriver | :heavy_check_mark: |
| MysqlDriver | :heavy_check_mark: |
| PostgresDriver | :construction: |
| SqlServerDriver | :x: |
| OracleDriver | :x: |
| CockroachDriver | :x: |
| AuroraDataApiDriver | :x: |
| MongoDriver | :x: |
| SapDriver | :x: |
| CordovaDriver | :x: |
- :heavy_check_mark:: DONE
- :construction:: WIP
- :x:: TODO
Documentation
See wiki for more information!