denolib/typeorm

TODO

Opened this issue · 0 comments

TODO

  • make compilation pass with deno (5cbe0f6)
  • setup GitHub actions (#4)(#6)
  • replace sqlite3 with deno-sqlite (a2d1054)
  • support deno_sqlite_plugin (SqlitePluginDriver❓)
  • replace mysql with deno_mysql (#45)
  • replace pg with deno-postgres (#20, partially)
  • replace redis with deno-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!