From dfab0d491d7386443b7654b9f34bd72b51a78725 Mon Sep 17 00:00:00 2001 From: Mattia Minotti Date: Sat, 12 Mar 2022 14:15:38 +0100 Subject: [PATCH 1/3] New ORM library named Typetta --- src/content/code/services/typetta.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/content/code/services/typetta.md diff --git a/src/content/code/services/typetta.md b/src/content/code/services/typetta.md new file mode 100644 index 0000000000..053912b2ed --- /dev/null +++ b/src/content/code/services/typetta.md @@ -0,0 +1,7 @@ +--- +name: Typetta +description: Typetta is an open-source ORM written in TypeScript that aims to allow seamless access to data in a typed fashion to all main SQL databases (MySQL, PostgreSQL, Microsoft SQL Server, SQLLite3, CockroachDB, MariaDB, Oracle e Amazon Redshift) and also to the NoSQL database MongoDB. For more information, go to https://twinlogix.github.io/typetta/ +url: https://twinlogix.github.io/typetta/ +github: twinlogix/typetta +npm: "@twinlogix/typetta" +--- From c27870aff9a79cc7269f6d13b9fb9e1ef269aadf Mon Sep 17 00:00:00 2001 From: Mattia Minotti Date: Thu, 14 Apr 2022 19:11:56 +0200 Subject: [PATCH 2/3] Update src/content/code/services/typetta.md Co-authored-by: Orta Therox --- src/content/code/services/typetta.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/code/services/typetta.md b/src/content/code/services/typetta.md index 053912b2ed..7651e7da4e 100644 --- a/src/content/code/services/typetta.md +++ b/src/content/code/services/typetta.md @@ -1,6 +1,6 @@ --- name: Typetta -description: Typetta is an open-source ORM written in TypeScript that aims to allow seamless access to data in a typed fashion to all main SQL databases (MySQL, PostgreSQL, Microsoft SQL Server, SQLLite3, CockroachDB, MariaDB, Oracle e Amazon Redshift) and also to the NoSQL database MongoDB. For more information, go to https://twinlogix.github.io/typetta/ +description: Typetta is an open-source ORM written in TypeScript that aims to allow seamless access to data in a typed fashion to all main SQL databases (MySQL, PostgreSQL, Microsoft SQL Server, SQLLite3, CockroachDB, MariaDB, Oracle * Amazon Redshift) and also to the NoSQL database MongoDB. url: https://twinlogix.github.io/typetta/ github: twinlogix/typetta npm: "@twinlogix/typetta" From 1b5840cf4957f2f48690743254581883636ff0e3 Mon Sep 17 00:00:00 2001 From: Orta Therox Date: Thu, 14 Apr 2022 18:15:38 +0100 Subject: [PATCH 3/3] Update src/content/code/services/typetta.md --- src/content/code/services/typetta.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/code/services/typetta.md b/src/content/code/services/typetta.md index 7651e7da4e..1458357009 100644 --- a/src/content/code/services/typetta.md +++ b/src/content/code/services/typetta.md @@ -1,6 +1,6 @@ --- name: Typetta -description: Typetta is an open-source ORM written in TypeScript that aims to allow seamless access to data in a typed fashion to all main SQL databases (MySQL, PostgreSQL, Microsoft SQL Server, SQLLite3, CockroachDB, MariaDB, Oracle * Amazon Redshift) and also to the NoSQL database MongoDB. +description: Typetta is an open-source ORM written in TypeScript that aims to allow seamless access to data in a typed fashion to all main SQL databases (MySQL, PostgreSQL, Microsoft SQL Server, SQLLite3, CockroachDB, MariaDB, Oracle & Amazon Redshift) and also to the NoSQL database MongoDB. url: https://twinlogix.github.io/typetta/ github: twinlogix/typetta npm: "@twinlogix/typetta"