Explore >> Select a destination


You are here

rmsol.de
| | blog.gslin.org
3.7 parsecs away

Travel
| | Percona ???? Peter Zaitsev ???????? Oracle ? MySQL ?????Is Oracle Finally Killing MySQL??? ?????????2009 ? Oracle ?? Sun (???? MySQL ???) ????????????????????????????...
| | fundor333.com
5.6 parsecs away

Travel
| | Fundor 333's personal space on the web
| | blog.jooq.org
0.6 parsecs away

Travel
| | Need to connect to your RDBMS with JDBC and don't have the JDBC connection URL or driver name at hand? No problem, just look up your RDBMS below: // BigQuery driver = "com.simba.googlebigquery.jdbc42.Driver"; url = "jdbc:bigquery://https://www.googleapis.com/bigquery/v2:443;ProjectId=;OAuthType=0;OAuthServiceAcctEmail=;OAuthPvtKeyPath=path-to-key.json"; // CockroachDB driver = "org.postgresql.Driver"; url = "jdbc:postgresql:///"; // Db2 driver = "com.ibm.db2.jcc.DB2Driver"; url = "jdbc:db2://:50000/"; //...
| | dbanuggets.com
72.3 parsecs away

Travel
| With the invitation of Steve Jones for April month of T-SQL Tuesday, I am going to share some of my thoughts on using Jupyter notebooks. Jupyter Notebook is an open-source web application that can serve us to create, share code and documents with others. It provides that beautiful way to document your code, text, images...