|
You are here |
gilmi.me | ||
| | | | |
phiresky.github.io
|
|
| | | | | Using relational databases in a typed language is a pain unless you have great libraries to support you. There's a lot of different libraries for TypeScript, but they all have their own advantages and flaws. Since it's hard to find anything other than TypeORM, this is a short list of the | |
| | | | |
jbrandhorst.com
|
|
| | | | | Most developers will have to interact with SQL at some point in their career, and often nowadays that means working with Postgres. I've been using Postgres with Go for a few years now and have found a couple of libraries that work really well together to make the Go Postgres experience productive, safe and fun. TL:DR; I have created an example repo that puts all of the below into practice: github. | |
| | | | |
yasoob.me
|
|
| | | | | Hi there fellas. Today i am going to teach you how to use sqlite databases with python. This post will cover the basics of making and using a sqlite database with python using the sqlite3 library. Okay lets get started. Firstly if you are using python 2.5 or greater then you will have sqlite3 installed otherwise you will have to install it. Creating and connecting to a database So how do you make a database in python using the sqlite3 library? | |
| | | | |
erikdarling.com
|
|
| | | [AI summary] The article discusses wrapper stored procedures in SQL Server, their advantages and disadvantages, and when to use them versus dynamic SQL. | ||