Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Connecting via SQL Server Management Studio (SSMS)

Remember to connect via "New Query" to avoid getting an "invalid cast exception", as the database object explorer does not work with the PostgreSQL schemas.

create database trade_db;

create table trades  (
trade_id int, 
trade_type nvarchar(50)
);

insert into trades values (1, 'FX Swap');
insert into trades values (2, 'FX Option');

select * from trades;

=======

aws-aurora-postgresql

Demo on using Aurora PostgreSQL and Babelfish.

About

Demo on using Aurora PostgreSQL and Babelfish

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages