The SQLizer File Conversion API is now free for everyone
API-powered file conversion to MySQL, PostgreSQL, and MS SQL Server, all for $0.
We’re excited to announce that from today, customers on the SQLizer free plan will have access to the SQLizer API.
Previously only available on our paid plans, the SQLizer API allows programmatic access to our file conversion engine, with its intelligent format detection algorithms.
SQLizer converts ‘flat’ data files (like CSV, Excel, or JSON) into database insert statements in SQL, ready to run, importing data into your preferred database.
Intelligent format detection
Database columns need to know which type of data they hold - but many data files don’t state which type of data they contain. This makes importing data difficult because you need to work out which columns are in which formats. SQLizer works this out intelligently, and automatically.
To get started with the SQLizer API
- Visit SQLizer Signup and create a new account, you can select the free plan to process fewer than 5,000 rows of data
- Visit your SQLizer account and copy your API key
- Visit the SQLizer API documentation for instructions on making your first request to the API
We hope you enjoy working with the SQLizer API.
.NET framework fans! If you work with .NET, then check out the SQLizer .NET Client on Github.
See also: The NuGet package page for the SQLizer .NET Client.
🖤 The SQLizer Team
More from The Official SQLizer blog...
- How to change SQLizer plan to upgrade, downgrade, or cancel Learn how upgrade, downgrade, or cancel your SQLizer plan. It just takes 5 quick steps to switch SQLizer plan, we let you do it yourself...
- What's new in SQLizer 3.0 What’s new in SQLizer 3.0. We’re excited to announce the launch of a new updated version of SQLizer, available to all customers immediately. Better performance...
- What the Stack Survey tells us about databases in 2019 It’s that time of year again - the Stack Overflow developer survey brings news of the most highly regarded languages, databases and frameworks out there...
- .NET Client Available as NuGet Package The SQLizer .NET API Client is available on NuGet as a package. Add it to your project with: dotnet add package sqlizer-client-dotnet --version 0.0.23 See:...