Marten and PostgreSql
Marten allows turning a PostgreSql from a database with ACID to a document database by converting the data to JSON and storing them as documents. PostgreSQL supports a max document size of 225mb.
Marten allows turning a PostgreSql from a database with ACID to a document database by converting the data to JSON and storing them as documents. PostgreSQL supports a max document size of 225mb.
Comments
Post a Comment