Jump to: navigation, search

Difference between revisions of "Trove/DatastoreCompatibilityMatrix"

(API Matrix)
(Extensions Matrix)
Line 63: Line 63:
 
| '''Cassandra'''  
 
| '''Cassandra'''  
 
| '''MongoDB'''  
 
| '''MongoDB'''  
 +
| '''PostgreSQL'''
 
|-
 
|-
 
| Users                     
 
| Users                     
Line 69: Line 70:
 
| style="color: red" | ✗           
 
| style="color: red" | ✗           
 
| style="color: red" | ✗           
 
| style="color: red" | ✗           
 +
| ✔       
 
|-
 
|-
 
| Schemas                     
 
| Schemas                     
Line 75: Line 77:
 
| style="color: red" | ✗           
 
| style="color: red" | ✗           
 
| style="color: red" | ✗         
 
| style="color: red" | ✗         
 +
| ✔*       
 
|-
 
|-
 
| Root                 
 
| Root                 
Line 81: Line 84:
 
| style="color: red" | ✗           
 
| style="color: red" | ✗           
 
| style="color: red" | ✗   
 
| style="color: red" | ✗   
 +
| ✔**       
 
|-
 
|-
 
|}
 
|}
 +
<nowiki>* PostgreSQL supports has separate constructs for schemas and databases.</nowiki><br />
 +
 +
<nowiki>** PostgreSQL supports superusers but does not have a "root" user.</nowiki>

Revision as of 15:30, 31 December 2013

This page will detail which datastores have which functions, either core or extension form.

API Matrix

Feature MySQL Redis Cassandra MongoDB PostgreSQL
Launch
Reboot
Terminate
Resize
Backup
Restore

Extensions Matrix

This covers items that are not considered part of the core api (yet). As more datastores start to use extensions, we can move them to core.

Feature MySQL Redis Cassandra MongoDB PostgreSQL
Users
Schemas ✔*
Root ✔**

* PostgreSQL supports has separate constructs for schemas and databases.

** PostgreSQL supports superusers but does not have a "root" user.