typeorm icon indicating copy to clipboard operation
typeorm copied to clipboard

TODO

Open uki00a opened this issue 4 years ago • 0 comments

TODO

  • [x] make compilation pass with deno (5cbe0f64ffe4568281f952da3258fcdde5b4a33f)
  • [x] setup GitHub actions (#4)(#6)
  • [x] replace sqlite3 with deno-sqlite (a2d1054be0c904c646f6a1666a369e9a004e6b3d)
  • [ ] support deno_sqlite_plugin (SqlitePluginDriver:question:)
  • [x] replace mysql with deno_mysql (#45)
  • [x] replace pg with deno-postgres (#20, partially)
  • [ ] replace redis with deno-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!

uki00a avatar Jan 26 '20 10:01 uki00a