Skip to content

Commit 0ce4711

Browse files
authored
docs: add oracle db adapter (#50)
1 parent f9d2bf2 commit 0ce4711

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

js/main.js

+14-10
Original file line numberDiff line numberDiff line change
@@ -379,13 +379,25 @@ $(document).ready(function(){
379379
$("section.community").append("<div class='repo'><div class='repoTitle'><h4>" + title + "</h4></div><div class='repoDescription'><p>" + description + "</p></div><div class='repoButton'><a href=" + url + " target='_blank'><button class='outline'>View on GitHub</button></a></div></div>");
380380
}
381381

382-
var communityRepos = [{
382+
const communityRepos = [{
383+
title: "Oracle Database Adapter",
384+
description: "A Oracle Database Adapter for Parse Server.",
385+
url: "https://github.com/oracle-samples/oracleadapter-parse"
386+
},{
387+
title: "MySQL Database Adapter",
388+
description: "A MySQL Database Adapter for Parse Server.",
389+
url: "https://github.com/dplewis/parse-server-mysql-adapter"
390+
},{
391+
title: "DynamoDB Database Adapter",
392+
description: "A DynamoDB Database Adapter for Parse Server.",
393+
url: "https://github.com/benishak/parse-server-dynamodb-adapter"
394+
},{
383395
title: "Parse Client in Ruby",
384396
description: "An object-relational mapper and cloud code webhooks server.",
385397
url: "https://github.com/modernistik/parse-stack"
386398
},{
387399
title: "Parse Cloud Class",
388-
description: "Extendable way to set up Parse Cloud classes behaviour.",
400+
description: "Extendable way to set up Parse Cloud classes behavior.",
389401
url: "https://github.com/owsas/parse-cloud-class"
390402
},{
391403
title: "Parse Auditor",
@@ -407,14 +419,6 @@ $(document).ready(function(){
407419
title: "Live Query for .NET",
408420
description: "Live Query Project for .NET in development.",
409421
url: "https://github.com/JonMcPherson/parse-live-query-dotnet"
410-
},{
411-
title: "MySQL Adapter",
412-
description: "MySQL Adapter for Parse Server.",
413-
url: "https://github.com/dplewis/parse-server-mysql-adapter"
414-
},{
415-
title: "DynamoDB Adapter",
416-
description: "DynamoDB Adapter for Parse Server.",
417-
url: "https://github.com/benishak/parse-server-dynamodb-adapter"
418422
},{
419423
title: "Parse Ember Wrapper",
420424
description: "Includes an adapter, serializer and a session service for auth.",

0 commit comments

Comments
 (0)