Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Our Free Plans just got better! | Auth0
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Report Manager is both a print scheme designer (report) and a high level printing (reporting) engine. Also a TCP Report Server and a Web Report Server (PDF on the fly), supports Windows and Linux.
Connectivity to almost all databases is provided.
Frontend emulator launcher displaying box art image of associated ROMs
A free front-end emulator displaying associated game box art image for each game.
GameLauncher can be controlled using standard Xbox controller.
ROM associated image files can be downloaded using following link: http://axter.com/GameLauncher/Images.zip
Executes SQL query and redirects output to new CSV file
This tool is designed to join multiple CSV files into one CSV file with possibility to sort, group and filter data. Based on CSV/Text ODBC Driver it supports almost all futures of the SQL. Works offline. Does not require Microsoft Access, SQL Server and other heavy tools.
See wiki for details.
doPersistence is a C# dll that persists any object to any database. Will save directly to tables with dynamic Sql or it will map to stored procedures (store, load, delete, list).
For single objects add a class attribute:
[Persistable("Customer", "CustomerId", true)]
public class Customer { ...
For list objects, inherit from a generic list:
public class CustomerList : PersistentList<Customer>
Bulk storage is extremely fast with data pagination available on loads. ~10,000...
Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
i9PgAdmin - Ferramenta para auxiliar na administração de banco de dados PostgreSQL. Cria Dumps e efetua rotinas de manutenção facilmente sem necessidade de conhecimentos de commandline.
i9PgAdmin - Tool to assist in the administration of PostgreSQL database. Create Dumps and performs routine maintenance easily without knowledge of commandline.
Small commandline tool to directly execute SQL statements against any OleDB database. Can also execute a sql batch file. Handy for automation purposes e.g. for MS Access databases.
MSSQL Compressed Backup compresses SQL Server 2000, 2005 and 2008 databases on the fly using bzip2, zip, or gzip compression. It saves the data in the standard SQL Server backup file format so that standard decompression and restoring tools can be us
Project creates auto generated code that when included in your .net project makes access to Sql Server stored procedures so simple. example that calls SP and returns value from row. int Id=da.SP.getID("fred").ExecuteOne().Customer.Id;
This is a simple bulk data uploader written in C# using ODBC for connectivity. I built it to upload very large data sets to an Internet MySQL hosted instance. It features automatic field separator detection and a resume feature if it gets interrupted.
This tool provides User Interface for command-line tool SqlMetal which can generate code and mapping for the LINQ to SQL component of the .NET Framework.
SCM-SQL includes two mssql server tools for admin move sql scripts in differnt servers (dev->test->prduction).
sqldiff - compare the difference of two sql objects
sqlupdate - safely move sql object to another server and update to VSS for version control
Z-SQL is a package-oriented SQL language designed for Microsoft SQL Server. Full language specification is provided. The compiler translates Z-SQL to SQL Server's native T-SQL. A commandline tool, zsql, that superseeds osql is also included.