Skip to content

Commit

Permalink
Adding ramsql
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Jan 6, 2024
1 parent db6e316 commit 20e113b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ additional aliases, and the related Go driver:
| Netezza | `netezza` | `nz`, `nzgo` | [github.com/IBM/nzgo/v12][d-netezza] |
| PostgreSQL PGX | `pgx` | `px` | [github.com/jackc/pgx/v5/stdlib][d-pgx] |
| Presto | `presto` | `pr`, `prs`, `prestos`, `prestodb`, `prestodbs` | [github.com/prestodb/presto-go-client/presto][d-presto] |
| RamSQL | `ramsql` | `rm`, `ram` | [github.com/proullon/ramsql/driver][d-ramsql] |
| SAP ASE | `sapase` | `ax`, `ase`, `tds` | [github.com/thda/tds][d-sapase] |
| SAP HANA | `saphana` | `sa`, `sap`, `hana`, `hdb` | [github.com/SAP/go-hdb/driver][d-saphana] |
| Snowflake | `snowflake` | `sf` | [github.com/snowflakedb/gosnowflake][d-snowflake] |
Expand Down Expand Up @@ -198,6 +199,7 @@ additional aliases, and the related Go driver:
[d-postgres]: https://github.com/lib/pq
[d-presto]: https://github.com/prestodb/presto-go-client
[d-ql]: https://gitlab.com/cznic/ql
[d-ramsql]: https://github.com/proullon/ramsql
[d-sapase]: https://github.com/thda/tds
[d-saphana]: https://github.com/SAP/go-hdb
[d-snowflake]: https://github.com/snowflakedb/gosnowflake
Expand Down
6 changes: 6 additions & 0 deletions scheme.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,12 @@ func BaseSchemes() []Scheme {
[]string{"ql", "cznic", "cznicql"},
"",
},
{
"ramsql",
GenFromURL("truncate://ramsql"), 0, false,
[]string{"rm", "ram"},
"",
},
{
"snowflake",
GenSnowflake, 0, false,
Expand Down

0 comments on commit 20e113b

Please sign in to comment.